Html Css Color HEX #370321 Blackberry

📋 copy color: '#370321'

red 55 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #370321

Tints of Blackberry #370321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 60.44%
G = 3.3%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#370321 (or 0x370321) is known color: Blackberry. HEX triplet: 37, 03 and 21. RGB value is (55,3,33). Sum of RGB (Red+Green+Blue) = 55+3+33=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370321 is #C8FCDE. Grayscale: #151515. Windows color (decimal): -13171935 or 2163511. OLE color: 2163511.

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

Color convert

RGB 55 3 33 -
CMYK 0 0.95 0.4 0.78
HSL 325.38º 0.9% 0.11% -
HSV(B) 325.38º 0.95% 0.22% -
XYZ 1.88 0.99 1.53 -
YUV 21.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 55 3 33 0 0.95 0.4 0.78 325.38 0.9 0.11
Hex 37 3 21 0 5F 28 4E 145 5A B
Octal 67 3 41 0 137 50 116 505 132 13
Binary 110111 11 100001 0 1011111 101000 1001110 101000101 1011010 1011

Color Harmonies of #370321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370321

Black with #370321

Text Example


Text Example

White with #370321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370321; }

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

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

background-color css

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

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

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

border-color css

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

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

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