#251E27

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

Shades of Blackcurrant #251E27

Tints of Blackcurrant #251E27

Color information

#251E27 (or 0x251E27) is unknown color: approx Blackcurrant. HEX triplet: 25, 1E and 27. RGB value is (37,30,39). Sum of RGB (Red+Green+Blue) = 37+30+39=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 39 - color contains mainly: blue. Hex color #251E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E27 is #DAE1D8. Grayscale: #212121. Windows color (decimal): -14344665 or 2563621. OLE color: 2563621.

HSL color Cylindrical-coordinate representation of color #251E27: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #251E27 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB373039-
CMYK0.050.2300.85
HSL286.67º13.04%13.53%-
HSV(B)286.67º23.08%15.29%-
XYZ1.591.472.12-
YUV33.12131.32130.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=34.91%
G=28.30%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3730390.050.2300.85286.6713.0413.53
Hex251E2751705511fde
Octal45364752701254371516
Binary10010111110100111101101110101010110001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251E27; }

 p { color: rgb(37,30,39); }

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

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

 a { background-color: rgb(37,30,39); }

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

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

 span { border-color: rgb(37,30,39); }

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