Html Css Color HEX #2D133A Blackcurrant

📋 copy color: '#2D133A'

red 45 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #2D133A

Tints of Blackcurrant #2D133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 36.89%
G = 15.57%
B = 47.54%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2D133A (or 0x2D133A) is known color: Blackcurrant. HEX triplet: 2D, 13 and 3A. RGB value is (45,19,58). Sum of RGB (Red+Green+Blue) = 45+19+58=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D133A is #D2ECC5. Grayscale: #1F1F1F. Windows color (decimal): -13823174 or 3805997. OLE color: 3805997.

HSL color Cylindrical-coordinate representation of color #2D133A: hue angle of 280º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D133A is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 45 19 58 -
CMYK 0.22 0.67 0 0.77
HSL 280º 0.51% 0.15% -
HSV(B) 280º 0.67% 0.23% -
XYZ 2.08 1.33 4.15 -
YUV 31.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 45 19 58 0.22 0.67 0 0.77 280 0.51 0.15
Hex 2D 13 3A 16 43 0 4D 118 33 F
Octal 55 23 72 26 103 0 115 430 63 17
Binary 101101 10011 111010 10110 1000011 0 1001101 100011000 110011 1111

Color Harmonies of #2D133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D133A

Black with #2D133A

Text Example


Text Example

White with #2D133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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