Html Css Color HEX #2A2330 Blackcurrant

📋 copy color: '#2A2330'

red 42 ◦ green 35 ◦ blue 48

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

Shades of Blackcurrant #2A2330

Tints of Blackcurrant #2A2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 33.6%
G = 28%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A2330 (or 0x2A2330) is known color: Blackcurrant. HEX triplet: 2A, 23 and 30. RGB value is (42,35,48). Sum of RGB (Red+Green+Blue) = 42+35+48=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2330 is #D5DCCF. Grayscale: #262626. Windows color (decimal): -14015696 or 3154730. OLE color: 3154730.

HSL color Cylindrical-coordinate representation of color #2A2330: hue angle of 272.31º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2A2330 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 35 48 -
CMYK 0.13 0.27 0 0.81
HSL 272.31º 0.16% 0.16% -
HSV(B) 272.31º 0.27% 0.19% -
XYZ 2.09 1.91 3.05 -
YUV 38.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 42 35 48 0.13 0.27 0 0.81 272.31 0.16 0.16
Hex 2A 23 30 D 1B 0 51 110 10 10
Octal 52 43 60 15 33 0 121 420 20 20
Binary 101010 100011 110000 1101 11011 0 1010001 100010000 10000 10000

Color Harmonies of #2A2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2330

Black with #2A2330

Text Example


Text Example

White with #2A2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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