Html Css Color HEX #370821 Blackberry

📋 copy color: '#370821'

red 55 ◦ green 8 ◦ blue 33

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

Shades of Blackberry #370821

Tints of Blackberry #370821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

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

R = 57.29%
G = 8.33%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#370821 (or 0x370821) is known color: Blackberry. HEX triplet: 37, 08 and 21. RGB value is (55,8,33). Sum of RGB (Red+Green+Blue) = 55+8+33=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370821 is #C8F7DE. Grayscale: #181818. Windows color (decimal): -13170655 or 2164791. OLE color: 2164791.

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

Color convert

RGB 55 8 33 -
CMYK 0 0.85 0.4 0.78
HSL 328.09º 0.75% 0.12% -
HSV(B) 328.09º 0.85% 0.22% -
XYZ 1.94 1.1 1.55 -
YUV 24.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 55 8 33 0 0.85 0.4 0.78 328.09 0.75 0.12
Hex 37 8 21 0 55 28 4E 148 4B C
Octal 67 10 41 0 125 50 116 510 113 14
Binary 110111 1000 100001 0 1010101 101000 1001110 101001000 1001011 1100

Color Harmonies of #370821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370821

Black with #370821

Text Example


Text Example

White with #370821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370821; }

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

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

background-color css

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

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

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

border-color css

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

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

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