#251338

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

Shades of Blackcurrant #251338

Tints of Blackcurrant #251338

Color information

#251338 (or 0x251338) is unknown color: approx Blackcurrant. HEX triplet: 25, 13 and 38. RGB value is (37,19,56). Sum of RGB (Red+Green+Blue) = 37+19+56=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #251338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251338 is #DAECC7. Grayscale: #1C1C1C. Windows color (decimal): -14347464 or 3674917. OLE color: 3674917.

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

Color convert

RGB371956-
CMYK0.340.6600.78
HSL269.19º49.33%14.71%-
HSV(B)269.19º66.07%21.96%-
XYZ1.711.143.87-
YUV28.6143.46133.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 56 (22.27% from 255) = 50%
R=33.04%
G=16.96%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3719560.340.6600.78269.1949.3314.71
Hex251338224204E10d31f
Octal4523704210201164156117
Binary100101100111110001000101000010010011101000011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251338; }

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

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

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

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

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

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

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

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