Html Css Color HEX #2D0353 Blackcurrant

📋 copy color: '#2D0353'

red 45 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #2D0353

Tints of Blackcurrant #2D0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

 BLUE value IS 83 (32.81% from 255) = 63.36%

R = 34.35%
G = 2.29%
B = 63.36%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2D0353 (or 0x2D0353) is known color: Blackcurrant. HEX triplet: 2D, 03 and 53. RGB value is (45,3,83). Sum of RGB (Red+Green+Blue) = 45+3+83=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0353 is #D2FCAC. Grayscale: #181818. Windows color (decimal): -13827245 or 5440301. OLE color: 5440301.

HSL color Cylindrical-coordinate representation of color #2D0353: hue angle of 271.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0353 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 3 83 -
CMYK 0.46 0.96 0 0.67
HSL 271.5º 0.93% 0.17% -
HSV(B) 271.5º 0.96% 0.33% -
XYZ 2.68 1.25 8.28 -
YUV 24.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 45 3 83 0.46 0.96 0 0.67 271.5 0.93 0.17
Hex 2D 3 53 2E 60 0 43 110 5D 11
Octal 55 3 123 56 140 0 103 420 135 21
Binary 101101 11 1010011 101110 1100000 0 1000011 100010000 1011101 10001

Color Harmonies of #2D0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0353

Black with #2D0353

Text Example


Text Example

White with #2D0353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,3,83); }

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

background-color css

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

 a { background-color: rgb(45,3,83); }

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

border-color css

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

 span { border-color: rgb(45,3,83); }

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