Html Css Color HEX #231432 Blackcurrant

📋 copy color: '#231432'

red 35 ◦ green 20 ◦ blue 50

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

Shades of Blackcurrant #231432

Tints of Blackcurrant #231432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

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

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#231432 (or 0x231432) is known color: Blackcurrant. HEX triplet: 23, 14 and 32. RGB value is (35,20,50). Sum of RGB (Red+Green+Blue) = 35+20+50=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #231432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231432 is #DCEBCD. Grayscale: #1B1B1B. Windows color (decimal): -14478286 or 3281955. OLE color: 3281955.

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

Color convert

RGB 35 20 50 -
CMYK 0.30 0.60 0 0.80
HSL 270º 0.43% 0.14% -
HSV(B) 270º 0.6% 0.2% -
XYZ 1.52 1.09 3.15 -
YUV 27.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 35 20 50 0.30 0.60 0 0.80 270 0.43 0.14
Hex 23 14 32 1E 3C 0 50 10E 2B E
Octal 43 24 62 36 74 0 120 416 53 16
Binary 100011 10100 110010 11110 111100 0 1010000 100001110 101011 1110

Color Harmonies of #231432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231432

Black with #231432

Text Example


Text Example

White with #231432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231432; }

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

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

background-color css

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

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

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

border-color css

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

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

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