Html Css Color HEX #2D1E38 Blackcurrant

📋 copy color: '#2D1E38'

red 45 ◦ green 30 ◦ blue 56

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

Shades of Blackcurrant #2D1E38

Tints of Blackcurrant #2D1E38

RGB

 RED value IS 45 (17.97% from 255) = 34.35%

 GREEN value IS 30 (12.11% from 255) = 22.9%

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 34.35%
G = 22.9%
B = 42.75%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D1E38 (or 0x2D1E38) is known color: Blackcurrant. HEX triplet: 2D, 1E and 38. RGB value is (45,30,56). Sum of RGB (Red+Green+Blue) = 45+30+56=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E38 is #D2E1C7. Grayscale: #252525. Windows color (decimal): -13820360 or 3677741. OLE color: 3677741.

HSL color Cylindrical-coordinate representation of color #2D1E38: hue angle of 274.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D1E38 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 30 56 -
CMYK 0.20 0.46 0 0.78
HSL 274.62º 0.3% 0.17% -
HSV(B) 274.62º 0.46% 0.22% -
XYZ 2.26 1.77 3.96 -
YUV 37.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 45 30 56 0.20 0.46 0 0.78 274.62 0.3 0.17
Hex 2D 1E 38 14 2E 0 4E 113 1E 11
Octal 55 36 70 24 56 0 116 423 36 21
Binary 101101 11110 111000 10100 101110 0 1001110 100010011 11110 10001

Color Harmonies of #2D1E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1E38

Black with #2D1E38

Text Example


Text Example

White with #2D1E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,30,56); }

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

background-color css

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

 a { background-color: rgb(45,30,56); }

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

border-color css

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

 span { border-color: rgb(45,30,56); }

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