#230838

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

Shades of Blackcurrant #230838

Tints of Blackcurrant #230838

Color information

#230838 (or 0x230838) is unknown color: approx Blackcurrant. HEX triplet: 23, 08 and 38. RGB value is (35,8,56). Sum of RGB (Red+Green+Blue) = 35+8+56=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #230838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230838 is #DCF7C7. Grayscale: #151515. Windows color (decimal): -14481352 or 3672099. OLE color: 3672099.

HSL color Cylindrical-coordinate representation of color #230838: hue angle of 273.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230838 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35856-
CMYK0.370.8600.78
HSL273.75º75%12.55%-
HSV(B)273.75º85.71%21.96%-
XYZ1.490.823.82-
YUV21.54147.45137.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=35.35%
G=8.08%
B=56.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal358560.370.8600.78273.757512.55
Hex23838255604E1124bd
Octal43107045126011642211315
Binary100011100011100010010110101100100111010001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230838; }

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

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

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

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

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

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

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

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