Html Css Color HEX #230532 Blackcurrant

📋 copy color: '#230532'

red 35 ◦ green 5 ◦ blue 50

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

Shades of Blackcurrant #230532

Tints of Blackcurrant #230532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.56%

 BLUE value IS 50 (19.92% from 255) = 55.56%

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#230532 (or 0x230532) is known color: Blackcurrant. HEX triplet: 23, 05 and 32. RGB value is (35,5,50). Sum of RGB (Red+Green+Blue) = 35+5+50=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #230532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230532 is #DCFACD. Grayscale: #121212. Windows color (decimal): -14482126 or 3278115. OLE color: 3278115.

HSL color Cylindrical-coordinate representation of color #230532: hue angle of 280º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230532 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 5 50 -
CMYK 0.30 0.90 0 0.80
HSL 280º 0.82% 0.11% -
HSV(B) 280º 0.9% 0.2% -
XYZ 1.32 0.7 3.08 -
YUV 19.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 35 5 50 0.30 0.90 0 0.80 280 0.82 0.11
Hex 23 5 32 1E 5A 0 50 118 52 B
Octal 43 5 62 36 132 0 120 430 122 13
Binary 100011 101 110010 11110 1011010 0 1010000 100011000 1010010 1011

Color Harmonies of #230532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230532

Black with #230532

Text Example


Text Example

White with #230532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230532; }

 p { color: rgb(35,5,50); }

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

background-color css

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

 a { background-color: rgb(35,5,50); }

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

border-color css

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

 span { border-color: rgb(35,5,50); }

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