Html Css Color HEX #231332 Blackcurrant

📋 copy color: '#231332'

red 35 ◦ green 19 ◦ blue 50

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

Shades of Blackcurrant #231332

Tints of Blackcurrant #231332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

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

R = 33.65%
G = 18.27%
B = 48.08%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#231332 (or 0x231332) is known color: Blackcurrant. HEX triplet: 23, 13 and 32. RGB value is (35,19,50). Sum of RGB (Red+Green+Blue) = 35+19+50=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #231332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231332 is #DCECCD. Grayscale: #1B1B1B. Windows color (decimal): -14478542 or 3281699. OLE color: 3281699.

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

Color convert

RGB 35 19 50 -
CMYK 0.30 0.62 0 0.80
HSL 270.97º 0.45% 0.14% -
HSV(B) 270.97º 0.62% 0.2% -
XYZ 1.5 1.05 3.14 -
YUV 27.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 35 19 50 0.30 0.62 0 0.80 270.97 0.45 0.14
Hex 23 13 32 1E 3E 0 50 10F 2D E
Octal 43 23 62 36 76 0 120 417 55 16
Binary 100011 10011 110010 11110 111110 0 1010000 100001111 101101 1110

Color Harmonies of #231332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231332

Black with #231332

Text Example


Text Example

White with #231332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231332; }

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

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

background-color css

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

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

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

border-color css

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

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

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