Html Css Color HEX #260B46 Blackcurrant

📋 copy color: '#260B46'

red 38 ◦ green 11 ◦ blue 70

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

Shades of Blackcurrant #260B46

Tints of Blackcurrant #260B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 58.82%

R = 31.93%
G = 9.24%
B = 58.82%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#260B46 (or 0x260B46) is known color: Blackcurrant. HEX triplet: 26, 0B and 46. RGB value is (38,11,70). Sum of RGB (Red+Green+Blue) = 38+11+70=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #260B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B46 is #D9F4B9. Grayscale: #191919. Windows color (decimal): -14283962 or 4590374. OLE color: 4590374.

HSL color Cylindrical-coordinate representation of color #260B46: hue angle of 267.46º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260B46 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 11 70 -
CMYK 0.46 0.84 0 0.73
HSL 267.46º 0.73% 0.16% -
HSV(B) 267.46º 0.84% 0.27% -
XYZ 2.02 1.09 5.9 -
YUV 25.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 38 11 70 0.46 0.84 0 0.73 267.46 0.73 0.16
Hex 26 B 46 2E 54 0 49 10B 49 10
Octal 46 13 106 56 124 0 111 413 111 20
Binary 100110 1011 1000110 101110 1010100 0 1001001 100001011 1001001 10000

Color Harmonies of #260B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B46

Black with #260B46

Text Example


Text Example

White with #260B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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