#230827

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

Shades of Blackcurrant #230827

Tints of Blackcurrant #230827

Color information

#230827 (or 0x230827) is unknown color: approx Blackcurrant. HEX triplet: 23, 08 and 27. RGB value is (35,8,39). Sum of RGB (Red+Green+Blue) = 35+8+39=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #230827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230827 is #DCF7D8. Grayscale: #131313. Windows color (decimal): -14481369 or 2557987. OLE color: 2557987.

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

Color convert

RGB35839-
CMYK0.100.7900.85
HSL292.26º65.96%9.22%-
HSV(B)292.26º79.49%15.29%-
XYZ1.150.681.99-
YUV19.61138.95138.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=42.68%
G=9.76%
B=47.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal358390.100.7900.85292.2665.969.22
Hex23827A4F055124429
Octal43104712117012544410211
Binary1000111000100111101010011110101010110010010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230827; }

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

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

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

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

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

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

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

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