Html Css Color HEX #2D133D Blackcurrant

📋 copy color: '#2D133D'

red 45 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #2D133D

Tints of Blackcurrant #2D133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 36%
G = 15.2%
B = 48.8%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D133D (or 0x2D133D) is known color: Blackcurrant. HEX triplet: 2D, 13 and 3D. RGB value is (45,19,61). Sum of RGB (Red+Green+Blue) = 45+19+61=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D133D is #D2ECC2. Grayscale: #1F1F1F. Windows color (decimal): -13823171 or 4002605. OLE color: 4002605.

HSL color Cylindrical-coordinate representation of color #2D133D: hue angle of 277.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D133D is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 19 61 -
CMYK 0.26 0.69 0 0.76
HSL 277.14º 0.53% 0.16% -
HSV(B) 277.14º 0.69% 0.24% -
XYZ 2.16 1.36 4.56 -
YUV 31.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 45 19 61 0.26 0.69 0 0.76 277.14 0.53 0.16
Hex 2D 13 3D 1A 45 0 4C 115 34 10
Octal 55 23 75 32 105 0 114 425 64 20
Binary 101101 10011 111101 11010 1000101 0 1001100 100010101 110100 10000

Color Harmonies of #2D133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D133D

Black with #2D133D

Text Example


Text Example

White with #2D133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,19,61); }

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

background-color css

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

 a { background-color: rgb(45,19,61); }

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

border-color css

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

 span { border-color: rgb(45,19,61); }

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