Html Css Color HEX #1D092F Blackcurrant

📋 copy color: '#1D092F'

red 29 ◦ green 9 ◦ blue 47

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

Shades of Blackcurrant #1D092F

Tints of Blackcurrant #1D092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.29%

R = 34.12%
G = 10.59%
B = 55.29%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D092F (or 0x1D092F) is known color: Blackcurrant. HEX triplet: 1D, 09 and 2F. RGB value is (29,9,47). Sum of RGB (Red+Green+Blue) = 29+9+47=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092F is #E2F6D0. Grayscale: #131313. Windows color (decimal): -14874321 or 3082525. OLE color: 3082525.

HSL color Cylindrical-coordinate representation of color #1D092F: hue angle of 271.58º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D092F is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 9 47 -
CMYK 0.38 0.81 0 0.82
HSL 271.58º 0.68% 0.11% -
HSV(B) 271.58º 0.81% 0.18% -
XYZ 1.12 0.66 2.76 -
YUV 19.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 29 9 47 0.38 0.81 0 0.82 271.58 0.68 0.11
Hex 1D 9 2F 26 51 0 52 110 44 B
Octal 35 11 57 46 121 0 122 420 104 13
Binary 11101 1001 101111 100110 1010001 0 1010010 100010000 1000100 1011

Color Harmonies of #1D092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D092F

Black with #1D092F

Text Example


Text Example

White with #1D092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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