Html Css Color HEX #260E46 Blackcurrant

📋 copy color: '#260E46'

red 38 ◦ green 14 ◦ blue 70

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

Shades of Blackcurrant #260E46

Tints of Blackcurrant #260E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.48%

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

R = 31.15%
G = 11.48%
B = 57.38%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#260E46 (or 0x260E46) is known color: Blackcurrant. HEX triplet: 26, 0E and 46. RGB value is (38,14,70). Sum of RGB (Red+Green+Blue) = 38+14+70=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #260E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E46 is #D9F1B9. Grayscale: #1B1B1B. Windows color (decimal): -14283194 or 4591142. OLE color: 4591142.

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

Color convert

RGB 38 14 70 -
CMYK 0.46 0.80 0 0.73
HSL 265.71º 0.67% 0.16% -
HSV(B) 265.71º 0.8% 0.27% -
XYZ 2.06 1.17 5.91 -
YUV 27.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 38 14 70 0.46 0.80 0 0.73 265.71 0.67 0.16
Hex 26 E 46 2E 50 0 49 10A 43 10
Octal 46 16 106 56 120 0 111 412 103 20
Binary 100110 1110 1000110 101110 1010000 0 1001001 100001010 1000011 10000

Color Harmonies of #260E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E46

Black with #260E46

Text Example


Text Example

White with #260E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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