#251434

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

Shades of Blackcurrant #251434

Tints of Blackcurrant #251434

Color information

#251434 (or 0x251434) is unknown color: approx Blackcurrant. HEX triplet: 25, 14 and 34. RGB value is (37,20,52). Sum of RGB (Red+Green+Blue) = 37+20+52=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #251434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251434 is #DAEBCB. Grayscale: #1C1C1C. Windows color (decimal): -14347212 or 3413029. OLE color: 3413029.

HSL color Cylindrical-coordinate representation of color #251434: hue angle of 271.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251434 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB372052-
CMYK0.290.6200.80
HSL271.88º44.44%14.12%-
HSV(B)271.88º61.54%20.39%-
XYZ1.631.143.38-
YUV28.73141.13133.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=33.94%
G=18.35%
B=47.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3720520.290.6200.80271.8844.4414.12
Hex2514341D3E0501102ce
Octal452464357601204205416
Binary1001011010011010011101111110010100001000100001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251434; }

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

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

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

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

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

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

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

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