Html Css Color HEX #371925 Blackberry

📋 copy color: '#371925'

red 55 ◦ green 25 ◦ blue 37

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

Shades of Blackberry #371925

Tints of Blackberry #371925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.37%

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

R = 47.01%
G = 21.37%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#371925 (or 0x371925) is known color: Blackberry. HEX triplet: 37, 19 and 25. RGB value is (55,25,37). Sum of RGB (Red+Green+Blue) = 55+25+37=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #371925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371925 is #C8E6DA. Grayscale: #232323. Windows color (decimal): -13166299 or 2431287. OLE color: 2431287.

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

Color convert

RGB 55 25 37 -
CMYK 0 0.55 0.33 0.78
HSL 336º 0.38% 0.16% -
HSV(B) 336º 0.55% 0.22% -
XYZ 2.26 1.64 1.95 -
YUV 35.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 55 25 37 0 0.55 0.33 0.78 336 0.38 0.16
Hex 37 19 25 0 37 21 4E 150 26 10
Octal 67 31 45 0 67 41 116 520 46 20
Binary 110111 11001 100101 0 110111 100001 1001110 101010000 100110 10000

Color Harmonies of #371925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371925

Black with #371925

Text Example


Text Example

White with #371925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371925; }

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

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

background-color css

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

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

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

border-color css

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

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

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