#251A34

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

Shades of Blackcurrant #251A34

Tints of Blackcurrant #251A34

Color information

#251A34 (or 0x251A34) is unknown color: approx Blackcurrant. HEX triplet: 25, 1A and 34. RGB value is (37,26,52). Sum of RGB (Red+Green+Blue) = 37+26+52=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #251A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A34 is #DAE5CB. Grayscale: #202020. Windows color (decimal): -14345676 or 3414565. OLE color: 3414565.

HSL color Cylindrical-coordinate representation of color #251A34: hue angle of 265.38º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #251A34 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB372652-
CMYK0.290.5000.80
HSL265.38º33.33%15.29%-
HSV(B)265.38º50%20.39%-
XYZ1.751.383.42-
YUV32.25139.14131.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=32.17%
G=22.61%
B=45.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3726520.290.5000.80265.3833.3315.29
Hex251A341D3205010921f
Octal453264356201204114117
Binary1001011101011010011101110010010100001000010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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