#251134

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

Shades of Blackcurrant #251134

Tints of Blackcurrant #251134

Color information

#251134 (or 0x251134) is unknown color: approx Blackcurrant. HEX triplet: 25, 11 and 34. RGB value is (37,17,52). Sum of RGB (Red+Green+Blue) = 37+17+52=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #251134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251134 is #DAEECB. Grayscale: #1A1A1A. Windows color (decimal): -14347980 or 3412261. OLE color: 3412261.

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

Color convert

RGB371752-
CMYK0.290.6700.80
HSL274.29º50.72%13.53%-
HSV(B)274.29º67.31%20.39%-
XYZ1.581.043.37-
YUV26.97142.13135.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=34.91%
G=16.04%
B=49.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3717520.290.6700.80274.2950.7213.53
Hex2511341D4305011233e
Octal4521643510301204226316
Binary10010110001110100111011000011010100001000100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251134; }

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

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

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

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

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

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

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

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