Html Css Color HEX #2A2332 Blackcurrant

📋 copy color: '#2A2332'

red 42 ◦ green 35 ◦ blue 50

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

Shades of Blackcurrant #2A2332

Tints of Blackcurrant #2A2332

RGB

 RED value IS 42 (16.8% from 255) = 33.07%

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 33.07%
G = 27.56%
B = 39.37%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2A2332 (or 0x2A2332) is known color: Blackcurrant. HEX triplet: 2A, 23 and 32. RGB value is (42,35,50). Sum of RGB (Red+Green+Blue) = 42+35+50=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2332 is #D5DCCD. Grayscale: #262626. Windows color (decimal): -14015694 or 3285802. OLE color: 3285802.

HSL color Cylindrical-coordinate representation of color #2A2332: hue angle of 268º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A2332 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 42 35 50 -
CMYK 0.16 0.30 0 0.80
HSL 268º 0.18% 0.17% -
HSV(B) 268º 0.3% 0.2% -
XYZ 2.13 1.92 3.28 -
YUV 38.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 42 35 50 0.16 0.30 0 0.80 268 0.18 0.17
Hex 2A 23 32 10 1E 0 50 10C 12 11
Octal 52 43 62 20 36 0 120 414 22 21
Binary 101010 100011 110010 10000 11110 0 1010000 100001100 10010 10001

Color Harmonies of #2A2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2332

Black with #2A2332

Text Example


Text Example

White with #2A2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2332; }

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

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

background-color css

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

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

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

border-color css

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

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

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