#250B34

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

Shades of Blackcurrant #250B34

Tints of Blackcurrant #250B34

Color information

#250B34 (or 0x250B34) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 34. RGB value is (37,11,52). Sum of RGB (Red+Green+Blue) = 37+11+52=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #250B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B34 is #DAF4CB. Grayscale: #171717. Windows color (decimal): -14349516 or 3410725. OLE color: 3410725.

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

Color convert

RGB371152-
CMYK0.290.7900.80
HSL278.05º65.08%12.35%-
HSV(B)278.05º78.85%20.39%-
XYZ1.50.883.34-
YUV23.45144.11137.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 52 (20.70% from 255) = 52%
R=37%
G=11%
B=52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3711520.290.7900.80278.0565.0812.35
Hex25B341D4F05011641c
Octal45136435117012042610114
Binary10010110111101001110110011110101000010001011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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