#250C38

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

Shades of Blackcurrant #250C38

Tints of Blackcurrant #250C38

Color information

#250C38 (or 0x250C38) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 38. RGB value is (37,12,56). Sum of RGB (Red+Green+Blue) = 37+12+56=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #250C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C38 is #DAF3C7. Grayscale: #181818. Windows color (decimal): -14349256 or 3673125. OLE color: 3673125.

HSL color Cylindrical-coordinate representation of color #250C38: hue angle of 274.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #250C38 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB371256-
CMYK0.340.7900.78
HSL274.09º64.71%13.33%-
HSV(B)274.09º78.57%21.96%-
XYZ1.610.943.84-
YUV24.49145.78136.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=35.24%
G=11.43%
B=53.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3712560.340.7900.78274.0964.7113.33
Hex25C38224F04E11241d
Octal45147042117011642210115
Binary100101110011100010001010011110100111010001001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250C38; }

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

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

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

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

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

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

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

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