Html Css Color HEX #2D0853 Blackcurrant

📋 copy color: '#2D0853'

red 45 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #2D0853

Tints of Blackcurrant #2D0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

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

R = 33.09%
G = 5.88%
B = 61.03%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2D0853 (or 0x2D0853) is known color: Blackcurrant. HEX triplet: 2D, 08 and 53. RGB value is (45,8,83). Sum of RGB (Red+Green+Blue) = 45+8+83=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D0853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0853 is #D2F7AC. Grayscale: #1B1B1B. Windows color (decimal): -13825965 or 5441581. OLE color: 5441581.

HSL color Cylindrical-coordinate representation of color #2D0853: hue angle of 269.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0853 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 8 83 -
CMYK 0.46 0.90 0 0.67
HSL 269.6º 0.82% 0.18% -
HSV(B) 269.6º 0.9% 0.33% -
XYZ 2.73 1.36 8.3 -
YUV 27.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 45 8 83 0.46 0.90 0 0.67 269.6 0.82 0.18
Hex 2D 8 53 2E 5A 0 43 10E 52 12
Octal 55 10 123 56 132 0 103 416 122 22
Binary 101101 1000 1010011 101110 1011010 0 1000011 100001110 1010010 10010

Color Harmonies of #2D0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0853

Black with #2D0853

Text Example


Text Example

White with #2D0853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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