Html Css Color HEX #371429 Blackberry

📋 copy color: '#371429'

red 55 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #371429

Tints of Blackberry #371429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 47.41%
G = 17.24%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371429 (or 0x371429) is known color: Blackberry. HEX triplet: 37, 14 and 29. RGB value is (55,20,41). Sum of RGB (Red+Green+Blue) = 55+20+41=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #371429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371429 is #C8EBD6. Grayscale: #202020. Windows color (decimal): -13167575 or 2692151. OLE color: 2692151.

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

Color convert

RGB 55 20 41 -
CMYK 0 0.64 0.25 0.78
HSL 324º 0.47% 0.15% -
HSV(B) 324º 0.64% 0.22% -
XYZ 2.23 1.47 2.26 -
YUV 32.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 55 20 41 0 0.64 0.25 0.78 324 0.47 0.15
Hex 37 14 29 0 40 19 4E 144 2F F
Octal 67 24 51 0 100 31 116 504 57 17
Binary 110111 10100 101001 0 1000000 11001 1001110 101000100 101111 1111

Color Harmonies of #371429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371429

Black with #371429

Text Example


Text Example

White with #371429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371429; }

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

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

background-color css

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

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

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

border-color css

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

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

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