Html Css Color HEX #261D2E Blackcurrant

📋 copy color: '#261D2E'

red 38 ◦ green 29 ◦ blue 46

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

Shades of Blackcurrant #261D2E

Tints of Blackcurrant #261D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.66%

 BLUE value IS 46 (18.36% from 255) = 40.71%

R = 33.63%
G = 25.66%
B = 40.71%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#261D2E (or 0x261D2E) is known color: Blackcurrant. HEX triplet: 26, 1D and 2E. RGB value is (38,29,46). Sum of RGB (Red+Green+Blue) = 38+29+46=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #261D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D2E is #D9E2D1. Grayscale: #212121. Windows color (decimal): -14279378 or 3022118. OLE color: 3022118.

HSL color Cylindrical-coordinate representation of color #261D2E: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #261D2E is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 38 29 46 -
CMYK 0.17 0.37 0 0.82
HSL 271.76º 0.23% 0.15% -
HSV(B) 271.76º 0.37% 0.18% -
XYZ 1.73 1.49 2.78 -
YUV 33.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 38 29 46 0.17 0.37 0 0.82 271.76 0.23 0.15
Hex 26 1D 2E 11 25 0 52 110 17 F
Octal 46 35 56 21 45 0 122 420 27 17
Binary 100110 11101 101110 10001 100101 0 1010010 100010000 10111 1111

Color Harmonies of #261D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261D2E

Black with #261D2E

Text Example


Text Example

White with #261D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261D2E; }

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

 H1.HeaderClassName
 {
   color: #261D2E;
 }
 .AnyTagClassName
 {
   color: #261D2E;
 }
</style>

background-color css

<style>
 a { background-color: #261D2E; }

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

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

border-color css

<style>
 span { border-color: #261D2E; }

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

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