Html Css Color HEX #1D092B Blackcurrant

📋 copy color: '#1D092B'

red 29 ◦ green 9 ◦ blue 43

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

Shades of Blackcurrant #1D092B

Tints of Blackcurrant #1D092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.11%

 BLUE value IS 43 (17.19% from 255) = 53.09%

R = 35.8%
G = 11.11%
B = 53.09%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1D092B (or 0x1D092B) is known color: Blackcurrant. HEX triplet: 1D, 09 and 2B. RGB value is (29,9,43). Sum of RGB (Red+Green+Blue) = 29+9+43=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092B is #E2F6D4. Grayscale: #121212. Windows color (decimal): -14874325 or 2820381. OLE color: 2820381.

HSL color Cylindrical-coordinate representation of color #1D092B: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D092B is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 29 9 43 -
CMYK 0.33 0.79 0 0.83
HSL 275.29º 0.65% 0.1% -
HSV(B) 275.29º 0.79% 0.17% -
XYZ 1.04 0.63 2.35 -
YUV 18.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 29 9 43 0.33 0.79 0 0.83 275.29 0.65 0.1
Hex 1D 9 2B 21 4F 0 53 113 41 A
Octal 35 11 53 41 117 0 123 423 101 12
Binary 11101 1001 101011 100001 1001111 0 1010011 100010011 1000001 1010

Color Harmonies of #1D092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D092B

Black with #1D092B

Text Example


Text Example

White with #1D092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,9,43); }

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

background-color css

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

 a { background-color: rgb(29,9,43); }

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

border-color css

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

 span { border-color: rgb(29,9,43); }

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