#250F35

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

Shades of Blackcurrant #250F35

Tints of Blackcurrant #250F35

Color information

#250F35 (or 0x250F35) is unknown color: approx Blackcurrant. HEX triplet: 25, 0F and 35. RGB value is (37,15,53). Sum of RGB (Red+Green+Blue) = 37+15+53=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #250F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F35 is #DAF0CA. Grayscale: #191919. Windows color (decimal): -14348491 or 3477285. OLE color: 3477285.

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

Color convert

RGB371553-
CMYK0.300.7200.79
HSL274.74º55.88%13.33%-
HSV(B)274.74º71.7%20.78%-
XYZ1.580.993.48-
YUV25.91143.29135.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=35.24%
G=14.29%
B=50.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3715530.300.7200.79274.7455.8813.33
Hex25F351E4804F11338d
Octal4517653611001174237015
Binary1001011111110101111101001000010011111000100111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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