Html Css Color HEX #371125 Blackberry

📋 copy color: '#371125'

red 55 ◦ green 17 ◦ blue 37

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

Shades of Blackberry #371125

Tints of Blackberry #371125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

 BLUE value IS 37 (14.84% from 255) = 33.94%

R = 50.46%
G = 15.6%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#371125 (or 0x371125) is known color: Blackberry. HEX triplet: 37, 11 and 25. RGB value is (55,17,37). Sum of RGB (Red+Green+Blue) = 55+17+37=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371125 is #C8EEDA. Grayscale: #1E1E1E. Windows color (decimal): -13168347 or 2429239. OLE color: 2429239.

HSL color Cylindrical-coordinate representation of color #371125: hue angle of 328.42º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371125 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 37 -
CMYK 0 0.69 0.33 0.78
HSL 328.42º 0.53% 0.14% -
HSV(B) 328.42º 0.69% 0.22% -
XYZ 2.11 1.35 1.9 -
YUV 30.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 55 17 37 0 0.69 0.33 0.78 328.42 0.53 0.14
Hex 37 11 25 0 45 21 4E 148 35 E
Octal 67 21 45 0 105 41 116 510 65 16
Binary 110111 10001 100101 0 1000101 100001 1001110 101001000 110101 1110

Color Harmonies of #371125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371125

Black with #371125

Text Example


Text Example

White with #371125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371125; }

 p { color: rgb(55,17,37); }

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

background-color css

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

 a { background-color: rgb(55,17,37); }

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

border-color css

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

 span { border-color: rgb(55,17,37); }

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