Html Css Color HEX #371029 Blackberry

📋 copy color: '#371029'

red 55 ◦ green 16 ◦ blue 41

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

Shades of Blackberry #371029

Tints of Blackberry #371029

RGB

 RED value IS 55 (21.88% from 255) = 49.11%

 GREEN value IS 16 (6.64% from 255) = 14.29%

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

R = 49.11%
G = 14.29%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371029 (or 0x371029) is known color: Blackberry. HEX triplet: 37, 10 and 29. RGB value is (55,16,41). Sum of RGB (Red+Green+Blue) = 55+16+41=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371029 is #C8EFD6. Grayscale: #1E1E1E. Windows color (decimal): -13168599 or 2691127. OLE color: 2691127.

HSL color Cylindrical-coordinate representation of color #371029: hue angle of 321.54º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371029 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 16 41 -
CMYK 0 0.71 0.25 0.78
HSL 321.54º 0.55% 0.14% -
HSV(B) 321.54º 0.71% 0.22% -
XYZ 2.16 1.34 2.24 -
YUV 30.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 55 16 41 0 0.71 0.25 0.78 321.54 0.55 0.14
Hex 37 10 29 0 47 19 4E 142 37 E
Octal 67 20 51 0 107 31 116 502 67 16
Binary 110111 10000 101001 0 1000111 11001 1001110 101000010 110111 1110

Color Harmonies of #371029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371029

Black with #371029

Text Example


Text Example

White with #371029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371029; }

 p { color: rgb(55,16,41); }

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

background-color css

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

 a { background-color: rgb(55,16,41); }

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

border-color css

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

 span { border-color: rgb(55,16,41); }

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