#251A2E

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

Shades of Blackcurrant #251A2E

Tints of Blackcurrant #251A2E

Color information

#251A2E (or 0x251A2E) is unknown color: approx Blackcurrant. HEX triplet: 25, 1A and 2E. RGB value is (37,26,46). Sum of RGB (Red+Green+Blue) = 37+26+46=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #251A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2E is #DAE5D1. Grayscale: #1F1F1F. Windows color (decimal): -14345682 or 3021349. OLE color: 3021349.

HSL color Cylindrical-coordinate representation of color #251A2E: hue angle of 273º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #251A2E is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372646-
CMYK0.200.4300.82
HSL273º27.78%14.12%-
HSV(B)273º43.48%18.04%-
XYZ1.631.332.76-
YUV31.57136.14131.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=33.94%
G=23.85%
B=42.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3726460.200.4300.8227327.7814.12
Hex251A2E142B0521111ce
Octal453256245301224213416
Binary100101110101011101010010101101010010100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,26,46); }

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

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

 a { background-color: rgb(37,26,46); }

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

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

 span { border-color: rgb(37,26,46); }

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