Html Css Color HEX #260D46 Blackcurrant

📋 copy color: '#260D46'

red 38 ◦ green 13 ◦ blue 70

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

Shades of Blackcurrant #260D46

Tints of Blackcurrant #260D46

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.74%

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

R = 31.4%
G = 10.74%
B = 57.85%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#260D46 (or 0x260D46) is known color: Blackcurrant. HEX triplet: 26, 0D and 46. RGB value is (38,13,70). Sum of RGB (Red+Green+Blue) = 38+13+70=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #260D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D46 is #D9F2B9. Grayscale: #1A1A1A. Windows color (decimal): -14283450 or 4590886. OLE color: 4590886.

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

Color convert

RGB 38 13 70 -
CMYK 0.46 0.81 0 0.73
HSL 266.32º 0.69% 0.16% -
HSV(B) 266.32º 0.81% 0.27% -
XYZ 2.05 1.14 5.91 -
YUV 26.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 38 13 70 0.46 0.81 0 0.73 266.32 0.69 0.16
Hex 26 D 46 2E 51 0 49 10A 45 10
Octal 46 15 106 56 121 0 111 412 105 20
Binary 100110 1101 1000110 101110 1010001 0 1001001 100001010 1000101 10000

Color Harmonies of #260D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D46

Black with #260D46

Text Example


Text Example

White with #260D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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