Html Css Color HEX #370525 Blackberry

📋 copy color: '#370525'

red 55 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #370525

Tints of Blackberry #370525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

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

R = 56.7%
G = 5.15%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#370525 (or 0x370525) is known color: Blackberry. HEX triplet: 37, 05 and 25. RGB value is (55,5,37). Sum of RGB (Red+Green+Blue) = 55+5+37=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370525 is #C8FADA. Grayscale: #171717. Windows color (decimal): -13171419 or 2426167. OLE color: 2426167.

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

Color convert

RGB 55 5 37 -
CMYK 0 0.91 0.33 0.78
HSL 321.6º 0.83% 0.12% -
HSV(B) 321.6º 0.91% 0.22% -
XYZ 1.96 1.05 1.85 -
YUV 23.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 55 5 37 0 0.91 0.33 0.78 321.6 0.83 0.12
Hex 37 5 25 0 5B 21 4E 142 53 C
Octal 67 5 45 0 133 41 116 502 123 14
Binary 110111 101 100101 0 1011011 100001 1001110 101000010 1010011 1100

Color Harmonies of #370525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370525

Black with #370525

Text Example


Text Example

White with #370525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370525; }

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

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

background-color css

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

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

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

border-color css

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

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

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