#250B33

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

Shades of Blackcurrant #250B33

Tints of Blackcurrant #250B33

Color information

#250B33 (or 0x250B33) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 33. RGB value is (37,11,51). Sum of RGB (Red+Green+Blue) = 37+11+51=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #250B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B33 is #DAF4CC. Grayscale: #171717. Windows color (decimal): -14349517 or 3345189. OLE color: 3345189.

HSL color Cylindrical-coordinate representation of color #250B33: hue angle of 279º degrees, saturation: 0.65, 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 #250B33 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB371151-
CMYK0.270.7800.8
HSL279º64.52%12.16%-
HSV(B)279º78.43%20%-
XYZ1.480.873.22-
YUV23.33143.61137.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 51 (20.31% from 255) = 51.52%
R=37.37%
G=11.11%
B=51.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3711510.270.7800.827964.5212.16
Hex25B331B4E05011741c
Octal45136333116012042710114
Binary10010110111100111101110011100101000010001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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