Html Css Color HEX #1D122D Blackcurrant

📋 copy color: '#1D122D'

red 29 ◦ green 18 ◦ blue 45

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

Shades of Blackcurrant #1D122D

Tints of Blackcurrant #1D122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 45 (17.97% from 255) = 48.91%

R = 31.52%
G = 19.57%
B = 48.91%

CMYK

 C value IS 0.36

 M value IS 0.6

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D122D (or 0x1D122D) is known color: Blackcurrant. HEX triplet: 1D, 12 and 2D. RGB value is (29,18,45). Sum of RGB (Red+Green+Blue) = 29+18+45=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D122D is #E2EDD2. Grayscale: #181818. Windows color (decimal): -14872019 or 2953757. OLE color: 2953757.

HSL color Cylindrical-coordinate representation of color #1D122D: hue angle of 264.44º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D122D is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 18 45 -
CMYK 0.36 0.6 0 0.82
HSL 264.44º 0.43% 0.12% -
HSV(B) 264.44º 0.6% 0.18% -
XYZ 1.2 0.88 2.59 -
YUV 24.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 29 18 45 0.36 0.6 0 0.82 264.44 0.43 0.12
Hex 1D 12 2D 24 3C 0 52 108 2B C
Octal 35 22 55 44 74 0 122 410 53 14
Binary 11101 10010 101101 100100 111100 0 1010010 100001000 101011 1100

Color Harmonies of #1D122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D122D

Black with #1D122D

Text Example


Text Example

White with #1D122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,18,45); }

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

background-color css

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

 a { background-color: rgb(29,18,45); }

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

border-color css

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

 span { border-color: rgb(29,18,45); }

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