Html Css Color HEX #370426 Blackberry

📋 copy color: '#370426'

red 55 ◦ green 4 ◦ blue 38

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

Shades of Blackberry #370426

Tints of Blackberry #370426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 56.7%
G = 4.12%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#370426 (or 0x370426) is known color: Blackberry. HEX triplet: 37, 04 and 26. RGB value is (55,4,38). Sum of RGB (Red+Green+Blue) = 55+4+38=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370426 is #C8FBD9. Grayscale: #171717. Windows color (decimal): -13171674 or 2491447. OLE color: 2491447.

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

Color convert

RGB 55 4 38 -
CMYK 0 0.93 0.31 0.78
HSL 320º 0.86% 0.12% -
HSV(B) 320º 0.93% 0.22% -
XYZ 1.97 1.04 1.93 -
YUV 23.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 55 4 38 0 0.93 0.31 0.78 320 0.86 0.12
Hex 37 4 26 0 5D 1F 4E 140 56 C
Octal 67 4 46 0 135 37 116 500 126 14
Binary 110111 100 100110 0 1011101 11111 1001110 101000000 1010110 1100

Color Harmonies of #370426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370426

Black with #370426

Text Example


Text Example

White with #370426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370426; }

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

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

background-color css

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

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

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

border-color css

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

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

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