Html Css Color HEX #1D0038 Blackcurrant

📋 copy color: '#1D0038'

red 29 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #1D0038

Tints of Blackcurrant #1D0038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 65.88%

R = 34.12%
G = 0%
B = 65.88%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D0038 (or 0x1D0038) is known color: Blackcurrant. HEX triplet: 1D, 00 and 38. RGB value is (29,0,56). Sum of RGB (Red+Green+Blue) = 29+0+56=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0038 is #E2FFC7. Grayscale: #0E0E0E. Windows color (decimal): -14876616 or 3670045. OLE color: 3670045.

HSL color Cylindrical-coordinate representation of color #1D0038: hue angle of 271.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0038 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 0 56 -
CMYK 0.48 1 0 0.78
HSL 271.07º 1% 0.11% -
HSV(B) 271.07º 1% 0.22% -
XYZ 1.22 0.55 3.78 -
YUV 15.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 29 0 56 0.48 1 0 0.78 271.07 1 0.11
Hex 1D 0 38 30 64 0 4E 10F 64 B
Octal 35 0 70 60 144 0 116 417 144 13
Binary 11101 0 111000 110000 1100100 0 1001110 100001111 1100100 1011

Color Harmonies of #1D0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0038

Black with #1D0038

Text Example


Text Example

White with #1D0038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,0,56); }

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

background-color css

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

 a { background-color: rgb(29,0,56); }

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

border-color css

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

 span { border-color: rgb(29,0,56); }

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