Html Css Color HEX #2C1D30 Blackcurrant

📋 copy color: '#2C1D30'

red 44 ◦ green 29 ◦ blue 48

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

Shades of Blackcurrant #2C1D30

Tints of Blackcurrant #2C1D30

RGB

 RED value IS 44 (17.58% from 255) = 36.36%

 GREEN value IS 29 (11.72% from 255) = 23.97%

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

R = 36.36%
G = 23.97%
B = 39.67%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C1D30 (or 0x2C1D30) is known color: Blackcurrant. HEX triplet: 2C, 1D and 30. RGB value is (44,29,48). Sum of RGB (Red+Green+Blue) = 44+29+48=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1D30 is #D3E2CF. Grayscale: #232323. Windows color (decimal): -13886160 or 3153196. OLE color: 3153196.

HSL color Cylindrical-coordinate representation of color #2C1D30: hue angle of 287.37º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C1D30 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 29 48 -
CMYK 0.08 0.40 0 0.81
HSL 287.37º 0.25% 0.15% -
HSV(B) 287.37º 0.4% 0.19% -
XYZ 2.01 1.63 3 -
YUV 35.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 44 29 48 0.08 0.40 0 0.81 287.37 0.25 0.15
Hex 2C 1D 30 8 28 0 51 11F 19 F
Octal 54 35 60 10 50 0 121 437 31 17
Binary 101100 11101 110000 1000 101000 0 1010001 100011111 11001 1111

Color Harmonies of #2C1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1D30

Black with #2C1D30

Text Example


Text Example

White with #2C1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,29,48); }

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

background-color css

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

 a { background-color: rgb(44,29,48); }

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

border-color css

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

 span { border-color: rgb(44,29,48); }

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