Html Css Color HEX #1D0236 Blackcurrant

📋 copy color: '#1D0236'

red 29 ◦ green 2 ◦ blue 54

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

Shades of Blackcurrant #1D0236

Tints of Blackcurrant #1D0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

 BLUE value IS 54 (21.48% from 255) = 63.53%

R = 34.12%
G = 2.35%
B = 63.53%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1D0236 (or 0x1D0236) is known color: Blackcurrant. HEX triplet: 1D, 02 and 36. RGB value is (29,2,54). Sum of RGB (Red+Green+Blue) = 29+2+54=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0236 is #E2FDC9. Grayscale: #0F0F0F. Windows color (decimal): -14876106 or 3539485. OLE color: 3539485.

HSL color Cylindrical-coordinate representation of color #1D0236: hue angle of 271.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0236 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 2 54 -
CMYK 0.46 0.96 0 0.79
HSL 271.15º 0.93% 0.11% -
HSV(B) 271.15º 0.96% 0.21% -
XYZ 1.19 0.57 3.54 -
YUV 16 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 29 2 54 0.46 0.96 0 0.79 271.15 0.93 0.11
Hex 1D 2 36 2E 60 0 4F 10F 5D B
Octal 35 2 66 56 140 0 117 417 135 13
Binary 11101 10 110110 101110 1100000 0 1001111 100001111 1011101 1011

Color Harmonies of #1D0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0236

Black with #1D0236

Text Example


Text Example

White with #1D0236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,2,54); }

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

background-color css

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

 a { background-color: rgb(29,2,54); }

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

border-color css

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

 span { border-color: rgb(29,2,54); }

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