Html Css Color HEX #370B25 Blackberry

📋 copy color: '#370B25'

red 55 ◦ green 11 ◦ blue 37

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

Shades of Blackberry #370B25

Tints of Blackberry #370B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.68%

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

R = 53.4%
G = 10.68%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#370B25 (or 0x370B25) is known color: Blackberry. HEX triplet: 37, 0B and 25. RGB value is (55,11,37). Sum of RGB (Red+Green+Blue) = 55+11+37=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B25 is #C8F4DA. Grayscale: #1B1B1B. Windows color (decimal): -13169883 or 2427703. OLE color: 2427703.

HSL color Cylindrical-coordinate representation of color #370B25: hue angle of 324.55º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B25 is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 11 37 -
CMYK 0 0.8 0.33 0.78
HSL 324.55º 0.67% 0.13% -
HSV(B) 324.55º 0.8% 0.22% -
XYZ 2.03 1.19 1.87 -
YUV 27.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 55 11 37 0 0.8 0.33 0.78 324.55 0.67 0.13
Hex 37 B 25 0 50 21 4E 145 43 D
Octal 67 13 45 0 120 41 116 505 103 15
Binary 110111 1011 100101 0 1010000 100001 1001110 101000101 1000011 1101

Color Harmonies of #370B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B25

Black with #370B25

Text Example


Text Example

White with #370B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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