Html Css Color HEX #370326 Blackberry

📋 copy color: '#370326'

red 55 ◦ green 3 ◦ blue 38

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

Shades of Blackberry #370326

Tints of Blackberry #370326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 57.29%
G = 3.13%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#370326 (or 0x370326) is known color: Blackberry. HEX triplet: 37, 03 and 26. RGB value is (55,3,38). Sum of RGB (Red+Green+Blue) = 55+3+38=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370326 is #C8FCD9. Grayscale: #161616. Windows color (decimal): -13171930 or 2491191. OLE color: 2491191.

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

Color convert

RGB 55 3 38 -
CMYK 0 0.95 0.31 0.78
HSL 319.62º 0.9% 0.11% -
HSV(B) 319.62º 0.95% 0.22% -
XYZ 1.96 1.02 1.93 -
YUV 22.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 55 3 38 0 0.95 0.31 0.78 319.62 0.9 0.11
Hex 37 3 26 0 5F 1F 4E 140 5A B
Octal 67 3 46 0 137 37 116 500 132 13
Binary 110111 11 100110 0 1011111 11111 1001110 101000000 1011010 1011

Color Harmonies of #370326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370326

Black with #370326

Text Example


Text Example

White with #370326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370326; }

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

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

background-color css

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

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

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

border-color css

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

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

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