Html Css Color HEX #390419 Blackberry

📋 copy color: '#390419'

red 57 ◦ green 4 ◦ blue 25

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

Shades of Blackberry #390419

Tints of Blackberry #390419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.65%

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 66.28%
G = 4.65%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#390419 (or 0x390419) is known color: Blackberry. HEX triplet: 39, 04 and 19. RGB value is (57,4,25). Sum of RGB (Red+Green+Blue) = 57+4+25=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390419 is #C6FBE6. Grayscale: #161616. Windows color (decimal): -13040615 or 1639481. OLE color: 1639481.

HSL color Cylindrical-coordinate representation of color #390419: hue angle of 336.23º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390419 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 4 25 -
CMYK 0 0.93 0.56 0.78
HSL 336.23º 0.87% 0.12% -
HSV(B) 336.23º 0.93% 0.22% -
XYZ 1.91 1.03 1.02 -
YUV 22.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 57 4 25 0 0.93 0.56 0.78 336.23 0.87 0.12
Hex 39 4 19 0 5D 38 4E 150 57 C
Octal 71 4 31 0 135 70 116 520 127 14
Binary 111001 100 11001 0 1011101 111000 1001110 101010000 1010111 1100

Color Harmonies of #390419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390419

Black with #390419

Text Example


Text Example

White with #390419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390419; }

 p { color: rgb(57,4,25); }

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

background-color css

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

 a { background-color: rgb(57,4,25); }

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

border-color css

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

 span { border-color: rgb(57,4,25); }

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