Html Css Color HEX #1D122A Blackcurrant

📋 copy color: '#1D122A'

red 29 ◦ green 18 ◦ blue 42

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

Shades of Blackcurrant #1D122A

Tints of Blackcurrant #1D122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 47.19%

R = 32.58%
G = 20.22%
B = 47.19%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D122A (or 0x1D122A) is known color: Blackcurrant. HEX triplet: 1D, 12 and 2A. RGB value is (29,18,42). Sum of RGB (Red+Green+Blue) = 29+18+42=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D122A is #E2EDD5. Grayscale: #171717. Windows color (decimal): -14872022 or 2757149. OLE color: 2757149.

HSL color Cylindrical-coordinate representation of color #1D122A: hue angle of 267.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D122A is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 29 18 42 -
CMYK 0.31 0.57 0 0.84
HSL 267.5º 0.4% 0.12% -
HSV(B) 267.5º 0.57% 0.16% -
XYZ 1.14 0.86 2.3 -
YUV 24.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 29 18 42 0.31 0.57 0 0.84 267.5 0.4 0.12
Hex 1D 12 2A 1F 39 0 54 10C 28 C
Octal 35 22 52 37 71 0 124 414 50 14
Binary 11101 10010 101010 11111 111001 0 1010100 100001100 101000 1100

Color Harmonies of #1D122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D122A

Black with #1D122A

Text Example


Text Example

White with #1D122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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