#230B44

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

Shades of Blackcurrant #230B44

Tints of Blackcurrant #230B44

Color information

#230B44 (or 0x230B44) is unknown color: approx Blackcurrant. HEX triplet: 23, 0B and 44. RGB value is (35,11,68). Sum of RGB (Red+Green+Blue) = 35+11+68=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #230B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B44 is #DCF4BB. Grayscale: #181818. Windows color (decimal): -14480572 or 4459299. OLE color: 4459299.

HSL color Cylindrical-coordinate representation of color #230B44: hue angle of 265.26º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230B44 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB351168-
CMYK0.490.8400.73
HSL265.26º72.15%15.49%-
HSV(B)265.26º83.82%26.67%-
XYZ1.861.015.57-
YUV24.67152.45135.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 68 (26.95% from 255) = 59.65%
R=30.70%
G=9.65%
B=59.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3511680.490.8400.73265.2672.1515.49
Hex23B44315404910948f
Octal431310461124011141111017
Binary1000111011100010011000110101000100100110000100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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