Html Css Color HEX #2D0155 Blackcurrant

📋 copy color: '#2D0155'

red 45 ◦ green 1 ◦ blue 85

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

Shades of Blackcurrant #2D0155

Tints of Blackcurrant #2D0155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 85 (33.59% from 255) = 64.89%

R = 34.35%
G = 0.76%
B = 64.89%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2D0155 (or 0x2D0155) is known color: Blackcurrant. HEX triplet: 2D, 01 and 55. RGB value is (45,1,85). Sum of RGB (Red+Green+Blue) = 45+1+85=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #2D0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0155 is #D2FEAA. Grayscale: #171717. Windows color (decimal): -13827755 or 5570861. OLE color: 5570861.

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

Color convert

RGB 45 1 85 -
CMYK 0.47 0.99 0 0.67
HSL 271.43º 0.98% 0.17% -
HSV(B) 271.43º 0.99% 0.33% -
XYZ 2.73 1.24 8.69 -
YUV 23.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 45 1 85 0.47 0.99 0 0.67 271.43 0.98 0.17
Hex 2D 1 55 2F 63 0 43 10F 62 11
Octal 55 1 125 57 143 0 103 417 142 21
Binary 101101 1 1010101 101111 1100011 0 1000011 100001111 1100010 10001

Color Harmonies of #2D0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0155

Black with #2D0155

Text Example


Text Example

White with #2D0155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,1,85); }

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

background-color css

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

 a { background-color: rgb(45,1,85); }

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

border-color css

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

 span { border-color: rgb(45,1,85); }

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