Html Css Color HEX #370922 Blackberry

📋 copy color: '#370922'

red 55 ◦ green 9 ◦ blue 34

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

Shades of Blackberry #370922

Tints of Blackberry #370922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 56.12%
G = 9.18%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370922 (or 0x370922) is known color: Blackberry. HEX triplet: 37, 09 and 22. RGB value is (55,9,34). Sum of RGB (Red+Green+Blue) = 55+9+34=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370922 is #C8F6DD. Grayscale: #191919. Windows color (decimal): -13170398 or 2230583. OLE color: 2230583.

HSL color Cylindrical-coordinate representation of color #370922: hue angle of 327.39º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370922 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 9 34 -
CMYK 0 0.84 0.38 0.78
HSL 327.39º 0.72% 0.13% -
HSV(B) 327.39º 0.84% 0.22% -
XYZ 1.96 1.12 1.63 -
YUV 25.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 55 9 34 0 0.84 0.38 0.78 327.39 0.72 0.13
Hex 37 9 22 0 54 26 4E 147 48 D
Octal 67 11 42 0 124 46 116 507 110 15
Binary 110111 1001 100010 0 1010100 100110 1001110 101000111 1001000 1101

Color Harmonies of #370922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370922

Black with #370922

Text Example


Text Example

White with #370922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370922; }

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

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

background-color css

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

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

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

border-color css

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

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

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