#230C27

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

Shades of Blackcurrant #230C27

Tints of Blackcurrant #230C27

Color information

#230C27 (or 0x230C27) is unknown color: approx Blackcurrant. HEX triplet: 23, 0C and 27. RGB value is (35,12,39). Sum of RGB (Red+Green+Blue) = 35+12+39=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #230C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C27 is #DCF3D8. Grayscale: #151515. Windows color (decimal): -14480345 or 2559011. OLE color: 2559011.

HSL color Cylindrical-coordinate representation of color #230C27: hue angle of 291.11º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230C27 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351239-
CMYK0.100.6900.85
HSL291.11º52.94%10%-
HSV(B)291.11º69.23%15.29%-
XYZ1.190.772-
YUV21.96137.62137.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 39 (15.62% from 255) = 45.35%
R=40.70%
G=13.95%
B=45.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3512390.100.6900.85291.1152.9410
Hex23C27A4505512335a
Octal4314471210501254436512
Binary100011110010011110101000101010101011001000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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