Html Css Color HEX #230328 Blackcurrant

📋 copy color: '#230328'

red 35 ◦ green 3 ◦ blue 40

#230328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #230328

Tints of Blackcurrant #230328

RGB

 RED value IS 35 (14.06% from 255) = 44.87%

 GREEN value IS 3 (1.56% from 255) = 3.85%

 BLUE value IS 40 (16.02% from 255) = 51.28%

R = 44.87%
G = 3.85%
B = 51.28%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230328 (or 0x230328) is known color: Blackcurrant. HEX triplet: 23, 03 and 28. RGB value is (35,3,40). Sum of RGB (Red+Green+Blue) = 35+3+40=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #230328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230328 is #DCFCD7. Grayscale: #101010. Windows color (decimal): -14482648 or 2622243. OLE color: 2622243.

HSL color Cylindrical-coordinate representation of color #230328: hue angle of 291.89º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230328 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 3 40 -
CMYK 0.12 0.93 0 0.84
HSL 291.89º 0.86% 0.08% -
HSV(B) 291.89º 0.93% 0.16% -
XYZ 1.11 0.58 2.06 -
YUV 16.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 35 3 40 0.12 0.93 0 0.84 291.89 0.86 0.08
Hex 23 3 28 C 5D 0 54 124 56 8
Octal 43 3 50 14 135 0 124 444 126 10
Binary 100011 11 101000 1100 1011101 0 1010100 100100100 1010110 1000

Color Harmonies of #230328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230328

Black with #230328

Text Example


Text Example

White with #230328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230328; }

 p { color: rgb(35,3,40); }

 H1.HeaderClassName
 {
   color: #230328;
 }
 .AnyTagClassName
 {
   color: #230328;
 }
</style>

background-color css

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

 a { background-color: rgb(35,3,40); }

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

border-color css

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

 span { border-color: rgb(35,3,40); }

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