Html Css Color HEX #2D0253 Blackcurrant

📋 copy color: '#2D0253'

red 45 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #2D0253

Tints of Blackcurrant #2D0253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 34.62%
G = 1.54%
B = 63.85%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2D0253 (or 0x2D0253) is known color: Blackcurrant. HEX triplet: 2D, 02 and 53. RGB value is (45,2,83). Sum of RGB (Red+Green+Blue) = 45+2+83=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0253 is #D2FDAC. Grayscale: #171717. Windows color (decimal): -13827501 or 5440045. OLE color: 5440045.

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

Color convert

RGB 45 2 83 -
CMYK 0.46 0.98 0 0.67
HSL 271.85º 0.95% 0.17% -
HSV(B) 271.85º 0.98% 0.33% -
XYZ 2.67 1.23 8.28 -
YUV 24.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 45 2 83 0.46 0.98 0 0.67 271.85 0.95 0.17
Hex 2D 2 53 2E 62 0 43 110 5F 11
Octal 55 2 123 56 142 0 103 420 137 21
Binary 101101 10 1010011 101110 1100010 0 1000011 100010000 1011111 10001

Color Harmonies of #2D0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0253

Black with #2D0253

Text Example


Text Example

White with #2D0253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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