#230B28

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

Shades of Blackcurrant #230B28

Tints of Blackcurrant #230B28

Color information

#230B28 (or 0x230B28) is unknown color: approx Blackcurrant. HEX triplet: 23, 0B and 28. RGB value is (35,11,40). Sum of RGB (Red+Green+Blue) = 35+11+40=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #230B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B28 is #DCF4D7. Grayscale: #151515. Windows color (decimal): -14480600 or 2624291. OLE color: 2624291.

HSL color Cylindrical-coordinate representation of color #230B28: hue angle of 289.66º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #230B28 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB351140-
CMYK0.120.7200.84
HSL289.66º56.86%10%-
HSV(B)289.66º72.5%15.69%-
XYZ1.20.752.09-
YUV21.48138.45137.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=40.70%
G=12.79%
B=46.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3511400.120.7200.84289.6656.8610
Hex23B28C4805412239a
Octal4313501411001244427112
Binary100011101110100011001001000010101001001000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230B28; }

 p { color: rgb(35,11,40); }

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

<style>
 a { background-color: #230B28; }

 a { background-color: rgb(35,11,40); }

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

<style>
 span { border-color: #230B28; }

 span { border-color: rgb(35,11,40); }

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