#251233

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

Shades of Blackcurrant #251233

Tints of Blackcurrant #251233

Color information

#251233 (or 0x251233) is unknown color: approx Blackcurrant. HEX triplet: 25, 12 and 33. RGB value is (37,18,51). Sum of RGB (Red+Green+Blue) = 37+18+51=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #251233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251233 is #DAEDCC. Grayscale: #1B1B1B. Windows color (decimal): -14347725 or 3346981. OLE color: 3346981.

HSL color Cylindrical-coordinate representation of color #251233: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251233 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB371851-
CMYK0.270.6500.8
HSL274.55º47.83%13.53%-
HSV(B)274.55º64.71%20%-
XYZ1.581.063.25-
YUV27.44141.29134.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=34.91%
G=16.98%
B=48.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3718510.270.6500.8274.5547.8313.53
Hex2512331B4105011330e
Octal4522633310101204236016
Binary10010110010110011110111000001010100001000100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251233; }

 p { color: rgb(37,18,51); }

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

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

 a { background-color: rgb(37,18,51); }

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

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

 span { border-color: rgb(37,18,51); }

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