#250B32

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

Shades of Blackcurrant #250B32

Tints of Blackcurrant #250B32

Color information

#250B32 (or 0x250B32) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 32. RGB value is (37,11,50). Sum of RGB (Red+Green+Blue) = 37+11+50=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #250B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B32 is #DAF4CD. Grayscale: #171717. Windows color (decimal): -14349518 or 3279653. OLE color: 3279653.

HSL color Cylindrical-coordinate representation of color #250B32: hue angle of 280º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250B32 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB371150-
CMYK0.260.7800.80
HSL280º63.93%11.96%-
HSV(B)280º78%19.61%-
XYZ1.460.863.11-
YUV23.22143.11137.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=37.76%
G=11.22%
B=51.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3711500.260.7800.8028063.9311.96
Hex25B321A4E05011840c
Octal45136232116012043010014
Binary10010110111100101101010011100101000010001100010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,50); }

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

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

 a { background-color: rgb(37,11,50); }

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

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

 span { border-color: rgb(37,11,50); }

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