Html Css Color HEX #370226 Blackberry

📋 copy color: '#370226'

red 55 ◦ green 2 ◦ blue 38

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

Shades of Blackberry #370226

Tints of Blackberry #370226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

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

R = 57.89%
G = 2.11%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#370226 (or 0x370226) is known color: Blackberry. HEX triplet: 37, 02 and 26. RGB value is (55,2,38). Sum of RGB (Red+Green+Blue) = 55+2+38=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370226 is #C8FDD9. Grayscale: #151515. Windows color (decimal): -13172186 or 2490935. OLE color: 2490935.

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

Color convert

RGB 55 2 38 -
CMYK 0 0.96 0.31 0.78
HSL 319.25º 0.93% 0.11% -
HSV(B) 319.25º 0.96% 0.22% -
XYZ 1.95 1 1.92 -
YUV 21.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 55 2 38 0 0.96 0.31 0.78 319.25 0.93 0.11
Hex 37 2 26 0 60 1F 4E 13F 5D B
Octal 67 2 46 0 140 37 116 477 135 13
Binary 110111 10 100110 0 1100000 11111 1001110 100111111 1011101 1011

Color Harmonies of #370226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370226

Black with #370226

Text Example


Text Example

White with #370226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370226; }

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

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

background-color css

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

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

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

border-color css

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

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

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