#230B2A

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

Shades of Blackcurrant #230B2A

Tints of Blackcurrant #230B2A

Color information

#230B2A (or 0x230B2A) is unknown color: approx Blackcurrant. HEX triplet: 23, 0B and 2A. RGB value is (35,11,42). Sum of RGB (Red+Green+Blue) = 35+11+42=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #230B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B2A is #DCF4D5. Grayscale: #151515. Windows color (decimal): -14480598 or 2755363. OLE color: 2755363.

HSL color Cylindrical-coordinate representation of color #230B2A: hue angle of 286.45º 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 #230B2A is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB351142-
CMYK0.170.7400.84
HSL286.45º58.49%10.39%-
HSV(B)286.45º73.81%16.47%-
XYZ1.230.762.27-
YUV21.71139.45137.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 42 (16.80% from 255) = 47.73%
R=39.77%
G=12.5%
B=47.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3511420.170.7400.84286.4558.4910.39
Hex23B2A114A05411e3aa
Octal4313522111201244367212
Binary1000111011101010100011001010010101001000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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