#250F2F

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

Shades of Blackcurrant #250F2F

Tints of Blackcurrant #250F2F

Color information

#250F2F (or 0x250F2F) is unknown color: approx Blackcurrant. HEX triplet: 25, 0F and 2F. RGB value is (37,15,47). Sum of RGB (Red+Green+Blue) = 37+15+47=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #250F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F2F is #DAF0D0. Grayscale: #191919. Windows color (decimal): -14348497 or 3084069. OLE color: 3084069.

HSL color Cylindrical-coordinate representation of color #250F2F: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250F2F is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB371547-
CMYK0.210.6800.82
HSL281.25º51.61%12.16%-
HSV(B)281.25º68.09%18.43%-
XYZ1.450.942.79-
YUV25.23140.29136.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=37.37%
G=15.15%
B=47.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3715470.210.6800.82281.2551.6112.16
Hex25F2F154405211934c
Octal4517572510401224316414
Binary1001011111101111101011000100010100101000110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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