#251238

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

Shades of Blackcurrant #251238

Tints of Blackcurrant #251238

Color information

#251238 (or 0x251238) is unknown color: approx Blackcurrant. HEX triplet: 25, 12 and 38. RGB value is (37,18,56). Sum of RGB (Red+Green+Blue) = 37+18+56=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #251238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251238 is #DAEDC7. Grayscale: #1B1B1B. Windows color (decimal): -14347720 or 3674661. OLE color: 3674661.

HSL color Cylindrical-coordinate representation of color #251238: hue angle of 270º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251238 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB371856-
CMYK0.340.6800.78
HSL270º51.35%14.51%-
HSV(B)270º67.86%21.96%-
XYZ1.691.113.87-
YUV28.01143.79134.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=33.33%
G=16.22%
B=50.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3718560.340.6800.7827051.3514.51
Hex251238224404E10e33f
Octal4522704210401164166317
Binary100101100101110001000101000100010011101000011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251238; }

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

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

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

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

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

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

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

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