Html Css Color HEX #1D0627 Blackcurrant

📋 copy color: '#1D0627'

red 29 ◦ green 6 ◦ blue 39

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

Shades of Blackcurrant #1D0627

Tints of Blackcurrant #1D0627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.11%

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

R = 39.19%
G = 8.11%
B = 52.7%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D0627 (or 0x1D0627) is known color: Blackcurrant. HEX triplet: 1D, 06 and 27. RGB value is (29,6,39). Sum of RGB (Red+Green+Blue) = 29+6+39=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D0627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0627 is #E2F9D8. Grayscale: #101010. Windows color (decimal): -14875097 or 2557469. OLE color: 2557469.

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

Color convert

RGB 29 6 39 -
CMYK 0.26 0.85 0 0.85
HSL 281.82º 0.73% 0.09% -
HSV(B) 281.82º 0.85% 0.15% -
XYZ 0.94 0.54 1.97 -
YUV 16.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 29 6 39 0.26 0.85 0 0.85 281.82 0.73 0.09
Hex 1D 6 27 1A 55 0 55 11A 49 9
Octal 35 6 47 32 125 0 125 432 111 11
Binary 11101 110 100111 11010 1010101 0 1010101 100011010 1001001 1001

Color Harmonies of #1D0627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0627

Black with #1D0627

Text Example


Text Example

White with #1D0627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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