#37253D

Color #37253D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #37253D

Tints of Blackcurrant #37253D

Color information

#37253D (or 0x37253D) is unknown color: approx Blackcurrant. HEX triplet: 37, 25 and 3D. RGB value is (55,37,61). Sum of RGB (Red+Green+Blue) = 55+37+61=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #37253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37253D is #C8DAC2. Grayscale: #2D2D2D. Windows color (decimal): -13163203 or 4007223. OLE color: 4007223.

HSL color Cylindrical-coordinate representation of color #37253D: hue angle of 285º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37253D is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB553761-
CMYK0.100.3900.76
HSL285º24.49%19.22%-
HSV(B)285º39.34%23.92%-
XYZ3.082.474.73-
YUV45.12136.96135.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=35.95%
G=24.18%
B=39.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5537610.100.3900.7628524.4919.22
Hex37253DA2704C11d1813
Octal674575124701144353023
Binary1101111001011111011010100111010011001000111011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37253D; }

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

 H1.HeaderClassName
 {
   color: #37253D;
 }
 .AnyTagClassName
 {
   color: #37253D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #37253D;
 }
 .BgClassName
 {
   background-color: #37253D;
 }
</style>
border-color css

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

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

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