Html Css Color HEX #1D0530 Blackcurrant

📋 copy color: '#1D0530'

red 29 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #1D0530

Tints of Blackcurrant #1D0530

RGB

 RED value IS 29 (11.72% from 255) = 35.37%

 GREEN value IS 5 (2.34% from 255) = 6.1%

 BLUE value IS 48 (19.14% from 255) = 58.54%

R = 35.37%
G = 6.1%
B = 58.54%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1D0530 (or 0x1D0530) is known color: Blackcurrant. HEX triplet: 1D, 05 and 30. RGB value is (29,5,48). Sum of RGB (Red+Green+Blue) = 29+5+48=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0530 is #E2FACF. Grayscale: #101010. Windows color (decimal): -14875344 or 3147037. OLE color: 3147037.

HSL color Cylindrical-coordinate representation of color #1D0530: hue angle of 273.49º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0530 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 5 48 -
CMYK 0.40 0.90 0 0.81
HSL 273.49º 0.81% 0.1% -
HSV(B) 273.49º 0.9% 0.19% -
XYZ 1.09 0.58 2.85 -
YUV 17.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 29 5 48 0.40 0.90 0 0.81 273.49 0.81 0.1
Hex 1D 5 30 28 5A 0 51 111 51 A
Octal 35 5 60 50 132 0 121 421 121 12
Binary 11101 101 110000 101000 1011010 0 1010001 100010001 1010001 1010

Color Harmonies of #1D0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0530

Black with #1D0530

Text Example


Text Example

White with #1D0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0530; }

 p { color: rgb(29,5,48); }

 H1.HeaderClassName
 {
   color: #1D0530;
 }
 .AnyTagClassName
 {
   color: #1D0530;
 }
</style>

background-color css

<style>
 a { background-color: #1D0530; }

 a { background-color: rgb(29,5,48); }

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

border-color css

<style>
 span { border-color: #1D0530; }

 span { border-color: rgb(29,5,48); }

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