Html Css Color HEX #370929 Blackberry

📋 copy color: '#370929'

red 55 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #370929

Tints of Blackberry #370929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 39.05%

R = 52.38%
G = 8.57%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#370929 (or 0x370929) is known color: Blackberry. HEX triplet: 37, 09 and 29. RGB value is (55,9,41). Sum of RGB (Red+Green+Blue) = 55+9+41=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370929 is #C8F6D6. Grayscale: #1A1A1A. Windows color (decimal): -13170391 or 2689335. OLE color: 2689335.

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

Color convert

RGB 55 9 41 -
CMYK 0 0.84 0.25 0.78
HSL 318.26º 0.72% 0.13% -
HSV(B) 318.26º 0.84% 0.22% -
XYZ 2.07 1.17 2.21 -
YUV 26.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 55 9 41 0 0.84 0.25 0.78 318.26 0.72 0.13
Hex 37 9 29 0 54 19 4E 13E 48 D
Octal 67 11 51 0 124 31 116 476 110 15
Binary 110111 1001 101001 0 1010100 11001 1001110 100111110 1001000 1101

Color Harmonies of #370929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370929

Black with #370929

Text Example


Text Example

White with #370929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370929; }

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

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

background-color css

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

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

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

border-color css

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

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

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