Html Css Color HEX #390029 Blackberry

📋 copy color: '#390029'

red 57 ◦ green 0 ◦ blue 41

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

Shades of Blackberry #390029

Tints of Blackberry #390029

RGB

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

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

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

R = 58.16%
G = 0%
B = 41.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#390029 (or 0x390029) is known color: Blackberry. HEX triplet: 39, 00 and 29. RGB value is (57,0,41). Sum of RGB (Red+Green+Blue) = 57+0+41=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390029 is #C6FFD6. Grayscale: #151515. Windows color (decimal): -13041623 or 2687033. OLE color: 2687033.

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

Color convert

RGB 57 0 41 -
CMYK 0 1 0.28 0.78
HSL 316.84º 1% 0.11% -
HSV(B) 316.84º 1% 0.22% -
XYZ 2.09 1.03 2.19 -
YUV 21.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 57 0 41 0 1 0.28 0.78 316.84 1 0.11
Hex 39 0 29 0 64 1C 4E 13D 64 B
Octal 71 0 51 0 144 34 116 475 144 13
Binary 111001 0 101001 0 1100100 11100 1001110 100111101 1100100 1011

Color Harmonies of #390029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390029

Black with #390029

Text Example


Text Example

White with #390029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390029; }

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

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

background-color css

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

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

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

border-color css

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

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

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