Html Css Color HEX #370822 Blackberry

📋 copy color: '#370822'

red 55 ◦ green 8 ◦ blue 34

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

Shades of Blackberry #370822

Tints of Blackberry #370822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 35.05%

R = 56.7%
G = 8.25%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370822 (or 0x370822) is known color: Blackberry. HEX triplet: 37, 08 and 22. RGB value is (55,8,34). Sum of RGB (Red+Green+Blue) = 55+8+34=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370822 is #C8F7DD. Grayscale: #181818. Windows color (decimal): -13170654 or 2230327. OLE color: 2230327.

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

Color convert

RGB 55 8 34 -
CMYK 0 0.85 0.38 0.78
HSL 326.81º 0.75% 0.12% -
HSV(B) 326.81º 0.85% 0.22% -
XYZ 1.95 1.1 1.62 -
YUV 25.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 55 8 34 0 0.85 0.38 0.78 326.81 0.75 0.12
Hex 37 8 22 0 55 26 4E 147 4B C
Octal 67 10 42 0 125 46 116 507 113 14
Binary 110111 1000 100010 0 1010101 100110 1001110 101000111 1001011 1100

Color Harmonies of #370822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370822

Black with #370822

Text Example


Text Example

White with #370822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370822; }

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

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

background-color css

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

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

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

border-color css

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

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

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