Html Css Color HEX #371326 Blackberry

📋 copy color: '#371326'

red 55 ◦ green 19 ◦ blue 38

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

Shades of Blackberry #371326

Tints of Blackberry #371326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 49.11%
G = 16.96%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#371326 (or 0x371326) is known color: Blackberry. HEX triplet: 37, 13 and 26. RGB value is (55,19,38). Sum of RGB (Red+Green+Blue) = 55+19+38=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371326 is #C8ECD9. Grayscale: #1F1F1F. Windows color (decimal): -13167834 or 2495287. OLE color: 2495287.

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

Color convert

RGB 55 19 38 -
CMYK 0 0.65 0.31 0.78
HSL 328.33º 0.49% 0.15% -
HSV(B) 328.33º 0.65% 0.22% -
XYZ 2.16 1.42 1.99 -
YUV 31.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 55 19 38 0 0.65 0.31 0.78 328.33 0.49 0.15
Hex 37 13 26 0 41 1F 4E 148 31 F
Octal 67 23 46 0 101 37 116 510 61 17
Binary 110111 10011 100110 0 1000001 11111 1001110 101001000 110001 1111

Color Harmonies of #371326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371326

Black with #371326

Text Example


Text Example

White with #371326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371326; }

 p { color: rgb(55,19,38); }

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

background-color css

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

 a { background-color: rgb(55,19,38); }

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

border-color css

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

 span { border-color: rgb(55,19,38); }

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