Html Css Color HEX #260D2C Blackcurrant

📋 copy color: '#260D2C'

red 38 ◦ green 13 ◦ blue 44

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

Shades of Blackcurrant #260D2C

Tints of Blackcurrant #260D2C

RGB

 RED value IS 38 (15.23% from 255) = 40%

 GREEN value IS 13 (5.47% from 255) = 13.68%

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 40%
G = 13.68%
B = 46.32%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#260D2C (or 0x260D2C) is known color: Blackcurrant. HEX triplet: 26, 0D and 2C. RGB value is (38,13,44). Sum of RGB (Red+Green+Blue) = 38+13+44=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #260D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D2C is #D9F2D3. Grayscale: #171717. Windows color (decimal): -14283476 or 2886950. OLE color: 2886950.

HSL color Cylindrical-coordinate representation of color #260D2C: hue angle of 288.39º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #260D2C is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 38 13 44 -
CMYK 0.14 0.70 0 0.83
HSL 288.39º 0.54% 0.11% -
HSV(B) 288.39º 0.7% 0.17% -
XYZ 1.4 0.88 2.48 -
YUV 24.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 38 13 44 0.14 0.70 0 0.83 288.39 0.54 0.11
Hex 26 D 2C E 46 0 53 120 36 B
Octal 46 15 54 16 106 0 123 440 66 13
Binary 100110 1101 101100 1110 1000110 0 1010011 100100000 110110 1011

Color Harmonies of #260D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D2C

Black with #260D2C

Text Example


Text Example

White with #260D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260D2C; }

 p { color: rgb(38,13,44); }

 H1.HeaderClassName
 {
   color: #260D2C;
 }
 .AnyTagClassName
 {
   color: #260D2C;
 }
</style>

background-color css

<style>
 a { background-color: #260D2C; }

 a { background-color: rgb(38,13,44); }

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

border-color css

<style>
 span { border-color: #260D2C; }

 span { border-color: rgb(38,13,44); }

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