Html Css Color HEX #371425 Blackberry

📋 copy color: '#371425'

red 55 ◦ green 20 ◦ blue 37

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

Shades of Blackberry #371425

Tints of Blackberry #371425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 49.11%
G = 17.86%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#371425 (or 0x371425) is known color: Blackberry. HEX triplet: 37, 14 and 25. RGB value is (55,20,37). Sum of RGB (Red+Green+Blue) = 55+20+37=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371425 is #C8EBDA. Grayscale: #202020. Windows color (decimal): -13167579 or 2430007. OLE color: 2430007.

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

Color convert

RGB 55 20 37 -
CMYK 0 0.64 0.33 0.78
HSL 330.86º 0.47% 0.15% -
HSV(B) 330.86º 0.64% 0.22% -
XYZ 2.16 1.45 1.92 -
YUV 32.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 55 20 37 0 0.64 0.33 0.78 330.86 0.47 0.15
Hex 37 14 25 0 40 21 4E 14B 2F F
Octal 67 24 45 0 100 41 116 513 57 17
Binary 110111 10100 100101 0 1000000 100001 1001110 101001011 101111 1111

Color Harmonies of #371425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371425

Black with #371425

Text Example


Text Example

White with #371425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371425; }

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

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

background-color css

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

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

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

border-color css

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

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

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