#230F3C

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

Shades of Blackcurrant #230F3C

Tints of Blackcurrant #230F3C

Color information

#230F3C (or 0x230F3C) is unknown color: approx Blackcurrant. HEX triplet: 23, 0F and 3C. RGB value is (35,15,60). Sum of RGB (Red+Green+Blue) = 35+15+60=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #230F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F3C is #DCF0C3. Grayscale: #191919. Windows color (decimal): -14479556 or 3936035. OLE color: 3936035.

HSL color Cylindrical-coordinate representation of color #230F3C: hue angle of 266.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #230F3C is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB351560-
CMYK0.420.7500.76
HSL266.67º60%14.71%-
HSV(B)266.67º75%23.53%-
XYZ1.681.034.38-
YUV26.11147.13134.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 15 (6.25% from 255) = 13.64%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=31.82%
G=13.64%
B=54.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3515600.420.7500.76266.676014.71
Hex23F3C2A4B04C10b3cf
Octal4317745211301144137417
Binary10001111111111001010101001011010011001000010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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