Html Css Color HEX #391829 Blackberry

📋 copy color: '#391829'

red 57 ◦ green 24 ◦ blue 41

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

Shades of Blackberry #391829

Tints of Blackberry #391829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

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

R = 46.72%
G = 19.67%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#391829 (or 0x391829) is known color: Blackberry. HEX triplet: 39, 18 and 29. RGB value is (57,24,41). Sum of RGB (Red+Green+Blue) = 57+24+41=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #391829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391829 is #C6E7D6. Grayscale: #232323. Windows color (decimal): -13035479 or 2693177. OLE color: 2693177.

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

Color convert

RGB 57 24 41 -
CMYK 0 0.58 0.28 0.78
HSL 329.09º 0.41% 0.16% -
HSV(B) 329.09º 0.58% 0.22% -
XYZ 2.41 1.68 2.3 -
YUV 35.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 57 24 41 0 0.58 0.28 0.78 329.09 0.41 0.16
Hex 39 18 29 0 3A 1C 4E 149 29 10
Octal 71 30 51 0 72 34 116 511 51 20
Binary 111001 11000 101001 0 111010 11100 1001110 101001001 101001 10000

Color Harmonies of #391829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391829

Black with #391829

Text Example


Text Example

White with #391829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391829; }

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

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

background-color css

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

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

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

border-color css

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

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

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