Html Css Color HEX #370019 Blackberry

📋 copy color: '#370019'

red 55 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #370019

Tints of Blackberry #370019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 31.25%

R = 68.75%
G = 0%
B = 31.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370019 (or 0x370019) is known color: Blackberry. HEX triplet: 37, 00 and 19. RGB value is (55,0,25). Sum of RGB (Red+Green+Blue) = 55+0+25=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370019 is #C8FFE6. Grayscale: #131313. Windows color (decimal): -13172711 or 1638455. OLE color: 1638455.

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

Color convert

RGB 55 0 25 -
CMYK 0 1 0.55 0.78
HSL 332.73º 1% 0.11% -
HSV(B) 332.73º 1% 0.22% -
XYZ 1.75 0.88 1 -
YUV 19.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 55 0 25 0 1 0.55 0.78 332.73 1 0.11
Hex 37 0 19 0 64 37 4E 14D 64 B
Octal 67 0 31 0 144 67 116 515 144 13
Binary 110111 0 11001 0 1100100 110111 1001110 101001101 1100100 1011

Color Harmonies of #370019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370019

Black with #370019

Text Example


Text Example

White with #370019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370019; }

 p { color: rgb(55,0,25); }

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

background-color css

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

 a { background-color: rgb(55,0,25); }

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

border-color css

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

 span { border-color: rgb(55,0,25); }

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