Html Css Color HEX #261F2B Blackcurrant

📋 copy color: '#261F2B'

red 38 ◦ green 31 ◦ blue 43

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

Shades of Blackcurrant #261F2B

Tints of Blackcurrant #261F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.68%

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 33.93%
G = 27.68%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#261F2B (or 0x261F2B) is known color: Blackcurrant. HEX triplet: 26, 1F and 2B. RGB value is (38,31,43). Sum of RGB (Red+Green+Blue) = 38+31+43=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 43 - color contains mainly: blue. Hex color #261F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F2B is #D9E0D4. Grayscale: #222222. Windows color (decimal): -14278869 or 2826022. OLE color: 2826022.

HSL color Cylindrical-coordinate representation of color #261F2B: hue angle of 275º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #261F2B is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 38 31 43 -
CMYK 0.12 0.28 0 0.83
HSL 275º 0.16% 0.15% -
HSV(B) 275º 0.28% 0.17% -
XYZ 1.73 1.57 2.5 -
YUV 34.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 38 31 43 0.12 0.28 0 0.83 275 0.16 0.15
Hex 26 1F 2B C 1C 0 53 113 10 F
Octal 46 37 53 14 34 0 123 423 20 17
Binary 100110 11111 101011 1100 11100 0 1010011 100010011 10000 1111

Color Harmonies of #261F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F2B

Black with #261F2B

Text Example


Text Example

White with #261F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,31,43); }

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

background-color css

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

 a { background-color: rgb(38,31,43); }

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

border-color css

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

 span { border-color: rgb(38,31,43); }

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