#250F43

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

Shades of Blackcurrant #250F43

Tints of Blackcurrant #250F43

Color information

#250F43 (or 0x250F43) is unknown color: approx Blackcurrant. HEX triplet: 25, 0F and 43. RGB value is (37,15,67). Sum of RGB (Red+Green+Blue) = 37+15+67=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #250F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F43 is #DAF0BC. Grayscale: #1B1B1B. Windows color (decimal): -14348477 or 4394789. OLE color: 4394789.

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

Color convert

RGB371567-
CMYK0.450.7800.74
HSL265.38º63.41%16.08%-
HSV(B)265.38º77.61%26.27%-
XYZ1.951.145.43-
YUV27.51150.29134.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 67 (26.56% from 255) = 56.30%
R=31.09%
G=12.61%
B=56.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3715670.450.7800.74265.3863.4116.08
Hex25F432D4E04A1093f10
Octal45171035511601124117720
Binary1001011111100001110110110011100100101010000100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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