Html Css Color HEX #2D193F Blackcurrant

📋 copy color: '#2D193F'

red 45 ◦ green 25 ◦ blue 63

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

Shades of Blackcurrant #2D193F

Tints of Blackcurrant #2D193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

 BLUE value IS 63 (25% from 255) = 47.37%

R = 33.83%
G = 18.8%
B = 47.37%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2D193F (or 0x2D193F) is known color: Blackcurrant. HEX triplet: 2D, 19 and 3F. RGB value is (45,25,63). Sum of RGB (Red+Green+Blue) = 45+25+63=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D193F is #D2E6C0. Grayscale: #232323. Windows color (decimal): -13821633 or 4135213. OLE color: 4135213.

HSL color Cylindrical-coordinate representation of color #2D193F: hue angle of 271.58º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D193F is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 25 63 -
CMYK 0.29 0.60 0 0.75
HSL 271.58º 0.43% 0.17% -
HSV(B) 271.58º 0.6% 0.25% -
XYZ 2.33 1.61 4.89 -
YUV 35.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 45 25 63 0.29 0.60 0 0.75 271.58 0.43 0.17
Hex 2D 19 3F 1D 3C 0 4B 110 2B 11
Octal 55 31 77 35 74 0 113 420 53 21
Binary 101101 11001 111111 11101 111100 0 1001011 100010000 101011 10001

Color Harmonies of #2D193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D193F

Black with #2D193F

Text Example


Text Example

White with #2D193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,25,63); }

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

background-color css

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

 a { background-color: rgb(45,25,63); }

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

border-color css

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

 span { border-color: rgb(45,25,63); }

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