Html Css Color HEX #38001D Blackberry

📋 copy color: '#38001D'

red 56 ◦ green 0 ◦ blue 29

#38001D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #38001D

Tints of Blackberry #38001D

RGB

 RED value IS 56 (22.27% from 255) = 65.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 65.88%
G = 0%
B = 34.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38001D (or 0x38001D) is known color: Blackberry. HEX triplet: 38, 00 and 1D. RGB value is (56,0,29). Sum of RGB (Red+Green+Blue) = 56+0+29=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #38001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001D is #C7FFE2. Grayscale: #131313. Windows color (decimal): -13107171 or 1900600. OLE color: 1900600.

HSL color Cylindrical-coordinate representation of color #38001D: hue angle of 328.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38001D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 0 29 -
CMYK 0 1 0.48 0.78
HSL 328.93º 1% 0.11% -
HSV(B) 328.93º 1% 0.22% -
XYZ 1.85 0.93 1.24 -
YUV 20.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 56 0 29 0 1 0.48 0.78 328.93 1 0.11
Hex 38 0 1D 0 64 30 4E 149 64 B
Octal 70 0 35 0 144 60 116 511 144 13
Binary 111000 0 11101 0 1100100 110000 1001110 101001001 1100100 1011

Color Harmonies of #38001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38001D

Black with #38001D

Text Example


Text Example

White with #38001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38001D; }

 p { color: rgb(56,0,29); }

 H1.HeaderClassName
 {
   color: #38001D;
 }
 .AnyTagClassName
 {
   color: #38001D;
 }
</style>

background-color css

<style>
 a { background-color: #38001D; }

 a { background-color: rgb(56,0,29); }

 div.DivClassName
 {
   background-color: #38001D;
 }
 .BgClassName
 {
   background-color: #38001D;
 }
</style>

border-color css

<style>
 span { border-color: #38001D; }

 span { border-color: rgb(56,0,29); }

 td.TdClassName
 {
   border-color: #38001D;
 }
 .TagClassName
 {
   border-color: #38001D;
 }
</style>