Html Css Color HEX #261E2F Blackcurrant

📋 copy color: '#261E2F'

red 38 ◦ green 30 ◦ blue 47

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

Shades of Blackcurrant #261E2F

Tints of Blackcurrant #261E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.09%

 BLUE value IS 47 (18.75% from 255) = 40.87%

R = 33.04%
G = 26.09%
B = 40.87%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#261E2F (or 0x261E2F) is known color: Blackcurrant. HEX triplet: 26, 1E and 2F. RGB value is (38,30,47). Sum of RGB (Red+Green+Blue) = 38+30+47=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #261E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E2F is #D9E1D0. Grayscale: #222222. Windows color (decimal): -14279121 or 3087910. OLE color: 3087910.

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

Color convert

RGB 38 30 47 -
CMYK 0.19 0.36 0 0.82
HSL 268.24º 0.22% 0.15% -
HSV(B) 268.24º 0.36% 0.18% -
XYZ 1.78 1.55 2.89 -
YUV 34.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 38 30 47 0.19 0.36 0 0.82 268.24 0.22 0.15
Hex 26 1E 2F 13 24 0 52 10C 16 F
Octal 46 36 57 23 44 0 122 414 26 17
Binary 100110 11110 101111 10011 100100 0 1010010 100001100 10110 1111

Color Harmonies of #261E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E2F

Black with #261E2F

Text Example


Text Example

White with #261E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,30,47); }

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

background-color css

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

 a { background-color: rgb(38,30,47); }

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

border-color css

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

 span { border-color: rgb(38,30,47); }

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