Html Css Color HEX #390119 Blackberry

📋 copy color: '#390119'

red 57 ◦ green 1 ◦ blue 25

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

Shades of Blackberry #390119

Tints of Blackberry #390119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 68.67%
G = 1.2%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#390119 (or 0x390119) is known color: Blackberry. HEX triplet: 39, 01 and 19. RGB value is (57,1,25). Sum of RGB (Red+Green+Blue) = 57+1+25=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390119 is #C6FEE6. Grayscale: #141414. Windows color (decimal): -13041383 or 1638713. OLE color: 1638713.

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

Color convert

RGB 57 1 25 -
CMYK 0 0.98 0.56 0.78
HSL 334.29º 0.97% 0.11% -
HSV(B) 334.29º 0.98% 0.22% -
XYZ 1.87 0.96 1.01 -
YUV 20.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 57 1 25 0 0.98 0.56 0.78 334.29 0.97 0.11
Hex 39 1 19 0 62 38 4E 14E 61 B
Octal 71 1 31 0 142 70 116 516 141 13
Binary 111001 1 11001 0 1100010 111000 1001110 101001110 1100001 1011

Color Harmonies of #390119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390119

Black with #390119

Text Example


Text Example

White with #390119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390119; }

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

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

background-color css

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

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

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

border-color css

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

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

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