Html Css Color HEX #1D1225 Blackcurrant

📋 copy color: '#1D1225'

red 29 ◦ green 18 ◦ blue 37

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

Shades of Blackcurrant #1D1225

Tints of Blackcurrant #1D1225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.43%

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 34.52%
G = 21.43%
B = 44.05%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D1225 (or 0x1D1225) is known color: Blackcurrant. HEX triplet: 1D, 12 and 25. RGB value is (29,18,37). Sum of RGB (Red+Green+Blue) = 29+18+37=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1225 is #E2EDDA. Grayscale: #171717. Windows color (decimal): -14872027 or 2429469. OLE color: 2429469.

HSL color Cylindrical-coordinate representation of color #1D1225: hue angle of 274.74º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D1225 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 18 37 -
CMYK 0.22 0.51 0 0.85
HSL 274.74º 0.35% 0.11% -
HSV(B) 274.74º 0.51% 0.15% -
XYZ 1.06 0.83 1.85 -
YUV 23.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 29 18 37 0.22 0.51 0 0.85 274.74 0.35 0.11
Hex 1D 12 25 16 33 0 55 113 23 B
Octal 35 22 45 26 63 0 125 423 43 13
Binary 11101 10010 100101 10110 110011 0 1010101 100010011 100011 1011

Color Harmonies of #1D1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1225

Black with #1D1225

Text Example


Text Example

White with #1D1225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,18,37); }

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

background-color css

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

 a { background-color: rgb(29,18,37); }

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

border-color css

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

 span { border-color: rgb(29,18,37); }

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