Html Css Color HEX #390229 Blackberry

📋 copy color: '#390229'

red 57 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #390229

Tints of Blackberry #390229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

 BLUE value IS 41 (16.41% from 255) = 41%

R = 57%
G = 2%
B = 41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#390229 (or 0x390229) is known color: Blackberry. HEX triplet: 39, 02 and 29. RGB value is (57,2,41). Sum of RGB (Red+Green+Blue) = 57+2+41=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390229 is #C6FDD6. Grayscale: #161616. Windows color (decimal): -13041111 or 2687545. OLE color: 2687545.

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

Color convert

RGB 57 2 41 -
CMYK 0 0.96 0.28 0.78
HSL 317.45º 0.93% 0.12% -
HSV(B) 317.45º 0.96% 0.22% -
XYZ 2.11 1.07 2.19 -
YUV 22.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 57 2 41 0 0.96 0.28 0.78 317.45 0.93 0.12
Hex 39 2 29 0 60 1C 4E 13D 5D C
Octal 71 2 51 0 140 34 116 475 135 14
Binary 111001 10 101001 0 1100000 11100 1001110 100111101 1011101 1100

Color Harmonies of #390229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390229

Black with #390229

Text Example


Text Example

White with #390229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390229; }

 p { color: rgb(57,2,41); }

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

background-color css

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

 a { background-color: rgb(57,2,41); }

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

border-color css

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

 span { border-color: rgb(57,2,41); }

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