Html Css Color HEX #1D0C38 Blackcurrant

📋 copy color: '#1D0C38'

red 29 ◦ green 12 ◦ blue 56

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

Shades of Blackcurrant #1D0C38

Tints of Blackcurrant #1D0C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.37%

 BLUE value IS 56 (22.27% from 255) = 57.73%

R = 29.9%
G = 12.37%
B = 57.73%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D0C38 (or 0x1D0C38) is known color: Blackcurrant. HEX triplet: 1D, 0C and 38. RGB value is (29,12,56). Sum of RGB (Red+Green+Blue) = 29+12+56=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D0C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0C38 is #E2F3C7. Grayscale: #151515. Windows color (decimal): -14873544 or 3673117. OLE color: 3673117.

HSL color Cylindrical-coordinate representation of color #1D0C38: hue angle of 263.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0C38 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 12 56 -
CMYK 0.48 0.79 0 0.78
HSL 263.18º 0.65% 0.13% -
HSV(B) 263.18º 0.79% 0.22% -
XYZ 1.35 0.81 3.83 -
YUV 22.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 29 12 56 0.48 0.79 0 0.78 263.18 0.65 0.13
Hex 1D C 38 30 4F 0 4E 107 41 D
Octal 35 14 70 60 117 0 116 407 101 15
Binary 11101 1100 111000 110000 1001111 0 1001110 100000111 1000001 1101

Color Harmonies of #1D0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0C38

Black with #1D0C38

Text Example


Text Example

White with #1D0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,12,56); }

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

background-color css

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

 a { background-color: rgb(29,12,56); }

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

border-color css

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

 span { border-color: rgb(29,12,56); }

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