#250B2A

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

Shades of Blackcurrant #250B2A

Tints of Blackcurrant #250B2A

Color information

#250B2A (or 0x250B2A) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 2A. RGB value is (37,11,42). Sum of RGB (Red+Green+Blue) = 37+11+42=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #250B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B2A is #DAF4D5. Grayscale: #161616. Windows color (decimal): -14349526 or 2755365. OLE color: 2755365.

HSL color Cylindrical-coordinate representation of color #250B2A: hue angle of 290.32º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #250B2A is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB371142-
CMYK0.120.7400.84
HSL290.32º58.49%10.39%-
HSV(B)290.32º73.81%16.47%-
XYZ1.30.82.28-
YUV22.31139.11138.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 42 (16.80% from 255) = 46.67%
R=41.11%
G=12.22%
B=46.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3711420.120.7400.84290.3258.4910.39
Hex25B2AC4A0541223aa
Octal4513521411201244427212
Binary100101101110101011001001010010101001001000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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