Html Css Color HEX #371422 Blackberry

📋 copy color: '#371422'

red 55 ◦ green 20 ◦ blue 34

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

Shades of Blackberry #371422

Tints of Blackberry #371422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.19%

R = 50.46%
G = 18.35%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#371422 (or 0x371422) is known color: Blackberry. HEX triplet: 37, 14 and 22. RGB value is (55,20,34). Sum of RGB (Red+Green+Blue) = 55+20+34=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371422 is #C8EBDD. Grayscale: #202020. Windows color (decimal): -13167582 or 2233399. OLE color: 2233399.

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

Color convert

RGB 55 20 34 -
CMYK 0 0.64 0.38 0.78
HSL 336º 0.47% 0.15% -
HSV(B) 336º 0.64% 0.22% -
XYZ 2.11 1.43 1.68 -
YUV 32.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 55 20 34 0 0.64 0.38 0.78 336 0.47 0.15
Hex 37 14 22 0 40 26 4E 150 2F F
Octal 67 24 42 0 100 46 116 520 57 17
Binary 110111 10100 100010 0 1000000 100110 1001110 101010000 101111 1111

Color Harmonies of #371422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371422

Black with #371422

Text Example


Text Example

White with #371422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371422; }

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

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

background-color css

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

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

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

border-color css

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

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

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