#250C35

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

Shades of Blackcurrant #250C35

Tints of Blackcurrant #250C35

Color information

#250C35 (or 0x250C35) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 35. RGB value is (37,12,53). Sum of RGB (Red+Green+Blue) = 37+12+53=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #250C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C35 is #DAF3CA. Grayscale: #181818. Windows color (decimal): -14349259 or 3476517. OLE color: 3476517.

HSL color Cylindrical-coordinate representation of color #250C35: hue angle of 276.59º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #250C35 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB371253-
CMYK0.300.7700.79
HSL276.59º63.08%12.75%-
HSV(B)276.59º77.36%20.78%-
XYZ1.540.913.46-
YUV24.15144.28137.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 12 (5.08% from 255) = 11.76%
BLUE value IS 53 (21.09% from 255) = 51.96%
R=36.27%
G=11.76%
B=51.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3712530.300.7700.79276.5963.0812.75
Hex25C351E4D04F1153fd
Octal4514653611501174257715
Binary1001011100110101111101001101010011111000101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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