Html Css Color HEX #370225 Blackberry

📋 copy color: '#370225'

red 55 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #370225

Tints of Blackberry #370225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.13%

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

R = 58.51%
G = 2.13%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#370225 (or 0x370225) is known color: Blackberry. HEX triplet: 37, 02 and 25. RGB value is (55,2,37). Sum of RGB (Red+Green+Blue) = 55+2+37=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370225 is #C8FDDA. Grayscale: #151515. Windows color (decimal): -13172187 or 2425399. OLE color: 2425399.

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

Color convert

RGB 55 2 37 -
CMYK 0 0.96 0.33 0.78
HSL 320.38º 0.93% 0.11% -
HSV(B) 320.38º 0.96% 0.22% -
XYZ 1.93 0.99 1.84 -
YUV 21.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 55 2 37 0 0.96 0.33 0.78 320.38 0.93 0.11
Hex 37 2 25 0 60 21 4E 140 5D B
Octal 67 2 45 0 140 41 116 500 135 13
Binary 110111 10 100101 0 1100000 100001 1001110 101000000 1011101 1011

Color Harmonies of #370225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370225

Black with #370225

Text Example


Text Example

White with #370225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370225; }

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

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

background-color css

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

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

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

border-color css

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

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

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