#250C43

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

Shades of Blackcurrant #250C43

Tints of Blackcurrant #250C43

Color information

#250C43 (or 0x250C43) is unknown color: approx Blackcurrant. HEX triplet: 25, 0C and 43. RGB value is (37,12,67). Sum of RGB (Red+Green+Blue) = 37+12+67=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #250C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C43 is #DAF3BC. Grayscale: #191919. Windows color (decimal): -14349245 or 4394021. OLE color: 4394021.

HSL color Cylindrical-coordinate representation of color #250C43: hue angle of 267.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250C43 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB371267-
CMYK0.450.8200.74
HSL267.27º69.62%15.49%-
HSV(B)267.27º82.09%26.27%-
XYZ1.911.065.41-
YUV25.74151.28136.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=31.90%
G=10.34%
B=57.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3712670.450.8200.74267.2769.6215.49
Hex25C432D5204A10b46f
Octal451410355122011241310617
Binary1001011100100001110110110100100100101010000101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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