Html Css Color HEX #1D0F26 Blackcurrant

📋 copy color: '#1D0F26'

red 29 ◦ green 15 ◦ blue 38

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

Shades of Blackcurrant #1D0F26

Tints of Blackcurrant #1D0F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.29%

 BLUE value IS 38 (15.23% from 255) = 46.34%

R = 35.37%
G = 18.29%
B = 46.34%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D0F26 (or 0x1D0F26) is known color: Blackcurrant. HEX triplet: 1D, 0F and 26. RGB value is (29,15,38). Sum of RGB (Red+Green+Blue) = 29+15+38=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D0F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F26 is #E2F0D9. Grayscale: #151515. Windows color (decimal): -14872794 or 2494237. OLE color: 2494237.

HSL color Cylindrical-coordinate representation of color #1D0F26: hue angle of 276.52º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D0F26 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 15 38 -
CMYK 0.24 0.61 0 0.85
HSL 276.52º 0.43% 0.1% -
HSV(B) 276.52º 0.61% 0.15% -
XYZ 1.03 0.74 1.92 -
YUV 21.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 29 15 38 0.24 0.61 0 0.85 276.52 0.43 0.1
Hex 1D F 26 18 3D 0 55 115 2B A
Octal 35 17 46 30 75 0 125 425 53 12
Binary 11101 1111 100110 11000 111101 0 1010101 100010101 101011 1010

Color Harmonies of #1D0F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F26

Black with #1D0F26

Text Example


Text Example

White with #1D0F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,15,38); }

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

background-color css

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

 a { background-color: rgb(29,15,38); }

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

border-color css

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

 span { border-color: rgb(29,15,38); }

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