#230F35

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

Shades of Blackcurrant #230F35

Tints of Blackcurrant #230F35

Color information

#230F35 (or 0x230F35) is unknown color: approx Blackcurrant. HEX triplet: 23, 0F and 35. RGB value is (35,15,53). Sum of RGB (Red+Green+Blue) = 35+15+53=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #230F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F35 is #DCF0CA. Grayscale: #191919. Windows color (decimal): -14479563 or 3477283. OLE color: 3477283.

HSL color Cylindrical-coordinate representation of color #230F35: hue angle of 271.58º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #230F35 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB351553-
CMYK0.340.7200.79
HSL271.58º55.88%13.33%-
HSV(B)271.58º71.7%20.78%-
XYZ1.510.963.47-
YUV25.31143.63134.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=33.98%
G=14.56%
B=51.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3515530.340.7200.79271.5855.8813.33
Hex23F35224804F11038d
Octal4317654211001174207015
Binary10001111111101011000101001000010011111000100001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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