Html Css Color HEX #1D0427 Blackcurrant

📋 copy color: '#1D0427'

red 29 ◦ green 4 ◦ blue 39

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

Shades of Blackcurrant #1D0427

Tints of Blackcurrant #1D0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

 BLUE value IS 39 (15.63% from 255) = 54.17%

R = 40.28%
G = 5.56%
B = 54.17%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D0427 (or 0x1D0427) is known color: Blackcurrant. HEX triplet: 1D, 04 and 27. RGB value is (29,4,39). Sum of RGB (Red+Green+Blue) = 29+4+39=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0427 is #E2FBD8. Grayscale: #0F0F0F. Windows color (decimal): -14875609 or 2556957. OLE color: 2556957.

HSL color Cylindrical-coordinate representation of color #1D0427: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0427 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 4 39 -
CMYK 0.26 0.90 0 0.85
HSL 282.86º 0.81% 0.08% -
HSV(B) 282.86º 0.9% 0.15% -
XYZ 0.92 0.49 1.97 -
YUV 15.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 29 4 39 0.26 0.90 0 0.85 282.86 0.81 0.08
Hex 1D 4 27 1A 5A 0 55 11B 51 8
Octal 35 4 47 32 132 0 125 433 121 10
Binary 11101 100 100111 11010 1011010 0 1010101 100011011 1010001 1000

Color Harmonies of #1D0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0427

Black with #1D0427

Text Example


Text Example

White with #1D0427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,4,39); }

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

background-color css

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

 a { background-color: rgb(29,4,39); }

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

border-color css

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

 span { border-color: rgb(29,4,39); }

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