Html Css Color HEX #39001D Blackberry

📋 copy color: '#39001D'

red 57 ◦ green 0 ◦ blue 29

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

Shades of Blackberry #39001D

Tints of Blackberry #39001D

RGB

 RED value IS 57 (22.66% from 255) = 66.28%

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

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

R = 66.28%
G = 0%
B = 33.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#39001D (or 0x39001D) is known color: Blackberry. HEX triplet: 39, 00 and 1D. RGB value is (57,0,29). Sum of RGB (Red+Green+Blue) = 57+0+29=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #39001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39001D is #C6FFE2. Grayscale: #141414. Windows color (decimal): -13041635 or 1900601. OLE color: 1900601.

HSL color Cylindrical-coordinate representation of color #39001D: hue angle of 329.47º 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 #39001D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 0 29 -
CMYK 0 1 0.49 0.78
HSL 329.47º 1% 0.11% -
HSV(B) 329.47º 1% 0.22% -
XYZ 1.91 0.96 1.25 -
YUV 20.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 57 0 29 0 1 0.49 0.78 329.47 1 0.11
Hex 39 0 1D 0 64 31 4E 149 64 B
Octal 71 0 35 0 144 61 116 511 144 13
Binary 111001 0 11101 0 1100100 110001 1001110 101001001 1100100 1011

Color Harmonies of #39001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39001D

Black with #39001D

Text Example


Text Example

White with #39001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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