#230C2F

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

Shades of Blackcurrant #230C2F

Tints of Blackcurrant #230C2F

Color information

#230C2F (or 0x230C2F) is unknown color: approx Blackcurrant. HEX triplet: 23, 0C and 2F. RGB value is (35,12,47). Sum of RGB (Red+Green+Blue) = 35+12+47=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #230C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C2F is #DCF3D0. Grayscale: #161616. Windows color (decimal): -14480337 or 3083299. OLE color: 3083299.

HSL color Cylindrical-coordinate representation of color #230C2F: hue angle of 279.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230C2F is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB351247-
CMYK0.260.7400.82
HSL279.43º59.32%11.57%-
HSV(B)279.43º74.47%18.43%-
XYZ1.340.832.78-
YUV22.87141.62136.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 47 (18.75% from 255) = 50%
R=37.23%
G=12.77%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3512470.260.7400.82279.4359.3211.57
Hex23C2F1A4A0521173bc
Octal4314573211201224277314
Binary1000111100101111110101001010010100101000101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,47); }

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

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

 a { background-color: rgb(35,12,47); }

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

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

 span { border-color: rgb(35,12,47); }

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