Html Css Color HEX #1D093A Blackcurrant

📋 copy color: '#1D093A'

red 29 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #1D093A

Tints of Blackcurrant #1D093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 30.21%
G = 9.38%
B = 60.42%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1D093A (or 0x1D093A) is known color: Blackcurrant. HEX triplet: 1D, 09 and 3A. RGB value is (29,9,58). Sum of RGB (Red+Green+Blue) = 29+9+58=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D093A is #E2F6C5. Grayscale: #141414. Windows color (decimal): -14874310 or 3803421. OLE color: 3803421.

HSL color Cylindrical-coordinate representation of color #1D093A: hue angle of 264.49º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D093A is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 9 58 -
CMYK 0.5 0.84 0 0.77
HSL 264.49º 0.73% 0.13% -
HSV(B) 264.49º 0.84% 0.23% -
XYZ 1.37 0.76 4.08 -
YUV 20.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 29 9 58 0.5 0.84 0 0.77 264.49 0.73 0.13
Hex 1D 9 3A 32 54 0 4D 108 49 D
Octal 35 11 72 62 124 0 115 410 111 15
Binary 11101 1001 111010 110010 1010100 0 1001101 100001000 1001001 1101

Color Harmonies of #1D093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D093A

Black with #1D093A

Text Example


Text Example

White with #1D093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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