#230F29

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

Shades of Blackcurrant #230F29

Tints of Blackcurrant #230F29

Color information

#230F29 (or 0x230F29) is unknown color: approx Blackcurrant. HEX triplet: 23, 0F and 29. RGB value is (35,15,41). Sum of RGB (Red+Green+Blue) = 35+15+41=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #230F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F29 is #DCF0D6. Grayscale: #171717. Windows color (decimal): -14479575 or 2690851. OLE color: 2690851.

HSL color Cylindrical-coordinate representation of color #230F29: hue angle of 286.15º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230F29 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB351541-
CMYK0.150.6300.84
HSL286.15º46.43%10.98%-
HSV(B)286.15º63.41%16.08%-
XYZ1.260.862.2-
YUV23.94137.63135.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=38.46%
G=16.48%
B=45.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3515410.150.6300.84286.1546.4310.98
Hex23F29F3F05411e2eb
Octal431751177701244365613
Binary10001111111010011111111111010101001000111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,15,41); }

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

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

 a { background-color: rgb(35,15,41); }

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

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

 span { border-color: rgb(35,15,41); }

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