#230227

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

Shades of Blackcurrant #230227

Tints of Blackcurrant #230227

Color information

#230227 (or 0x230227) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 27. RGB value is (35,2,39). Sum of RGB (Red+Green+Blue) = 35+2+39=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #230227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230227 is #DCFDD8. Grayscale: #0F0F0F. Windows color (decimal): -14482905 or 2556451. OLE color: 2556451.

HSL color Cylindrical-coordinate representation of color #230227: hue angle of 293.51º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230227 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB35239-
CMYK0.100.9500.85
HSL293.51º90.24%8.04%-
HSV(B)293.51º94.87%15.29%-
XYZ1.080.551.97-
YUV16.08140.93141.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=46.05%
G=2.63%
B=51.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal352390.100.9500.85293.5190.248.04
Hex23227A5F0551265a8
Octal4324712137012544613210
Binary10001110100111101010111110101010110010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230227; }

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

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

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

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

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

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

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

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