Html Css Color HEX #231532 Blackcurrant

📋 copy color: '#231532'

red 35 ◦ green 21 ◦ blue 50

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

Shades of Blackcurrant #231532

Tints of Blackcurrant #231532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

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

R = 33.02%
G = 19.81%
B = 47.17%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#231532 (or 0x231532) is known color: Blackcurrant. HEX triplet: 23, 15 and 32. RGB value is (35,21,50). Sum of RGB (Red+Green+Blue) = 35+21+50=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #231532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231532 is #DCEACD. Grayscale: #1C1C1C. Windows color (decimal): -14478030 or 3282211. OLE color: 3282211.

HSL color Cylindrical-coordinate representation of color #231532: hue angle of 268.97º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #231532 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 21 50 -
CMYK 0.30 0.58 0 0.80
HSL 268.97º 0.41% 0.14% -
HSV(B) 268.97º 0.58% 0.2% -
XYZ 1.54 1.12 3.15 -
YUV 28.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 35 21 50 0.30 0.58 0 0.80 268.97 0.41 0.14
Hex 23 15 32 1E 3A 0 50 10D 29 E
Octal 43 25 62 36 72 0 120 415 51 16
Binary 100011 10101 110010 11110 111010 0 1010000 100001101 101001 1110

Color Harmonies of #231532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231532

Black with #231532

Text Example


Text Example

White with #231532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231532; }

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

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

background-color css

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

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

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

border-color css

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

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

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