Html Css Color HEX #260B2E Blackcurrant

📋 copy color: '#260B2E'

red 38 ◦ green 11 ◦ blue 46

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

Shades of Blackcurrant #260B2E

Tints of Blackcurrant #260B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.58%

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

R = 40%
G = 11.58%
B = 48.42%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#260B2E (or 0x260B2E) is known color: Blackcurrant. HEX triplet: 26, 0B and 2E. RGB value is (38,11,46). Sum of RGB (Red+Green+Blue) = 38+11+46=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #260B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B2E is #D9F4D1. Grayscale: #161616. Windows color (decimal): -14283986 or 3017510. OLE color: 3017510.

HSL color Cylindrical-coordinate representation of color #260B2E: hue angle of 286.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #260B2E is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 38 11 46 -
CMYK 0.17 0.76 0 0.82
HSL 286.29º 0.61% 0.11% -
HSV(B) 286.29º 0.76% 0.18% -
XYZ 1.41 0.85 2.67 -
YUV 23.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 38 11 46 0.17 0.76 0 0.82 286.29 0.61 0.11
Hex 26 B 2E 11 4C 0 52 11E 3D B
Octal 46 13 56 21 114 0 122 436 75 13
Binary 100110 1011 101110 10001 1001100 0 1010010 100011110 111101 1011

Color Harmonies of #260B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B2E

Black with #260B2E

Text Example


Text Example

White with #260B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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