Html Css Color HEX #231132 Blackcurrant

📋 copy color: '#231132'

red 35 ◦ green 17 ◦ blue 50

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

Shades of Blackcurrant #231132

Tints of Blackcurrant #231132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.67%

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

R = 34.31%
G = 16.67%
B = 49.02%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#231132 (or 0x231132) is known color: Blackcurrant. HEX triplet: 23, 11 and 32. RGB value is (35,17,50). Sum of RGB (Red+Green+Blue) = 35+17+50=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #231132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231132 is #DCEECD. Grayscale: #1A1A1A. Windows color (decimal): -14479054 or 3281187. OLE color: 3281187.

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

Color convert

RGB 35 17 50 -
CMYK 0.30 0.66 0 0.80
HSL 272.73º 0.49% 0.13% -
HSV(B) 272.73º 0.66% 0.2% -
XYZ 1.47 0.99 3.13 -
YUV 26.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 35 17 50 0.30 0.66 0 0.80 272.73 0.49 0.13
Hex 23 11 32 1E 42 0 50 111 31 D
Octal 43 21 62 36 102 0 120 421 61 15
Binary 100011 10001 110010 11110 1000010 0 1010000 100010001 110001 1101

Color Harmonies of #231132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231132

Black with #231132

Text Example


Text Example

White with #231132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231132; }

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

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

background-color css

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

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

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

border-color css

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

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

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