Html Css Color HEX #260B48 Blackcurrant

📋 copy color: '#260B48'

red 38 ◦ green 11 ◦ blue 72

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

Shades of Blackcurrant #260B48

Tints of Blackcurrant #260B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 59.5%

R = 31.4%
G = 9.09%
B = 59.5%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#260B48 (or 0x260B48) is known color: Blackcurrant. HEX triplet: 26, 0B and 48. RGB value is (38,11,72). Sum of RGB (Red+Green+Blue) = 38+11+72=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #260B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B48 is #D9F4B7. Grayscale: #191919. Windows color (decimal): -14283960 or 4721446. OLE color: 4721446.

HSL color Cylindrical-coordinate representation of color #260B48: hue angle of 266.56º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260B48 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 11 72 -
CMYK 0.47 0.85 0 0.72
HSL 266.56º 0.73% 0.16% -
HSV(B) 266.56º 0.85% 0.28% -
XYZ 2.09 1.12 6.24 -
YUV 26.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 38 11 72 0.47 0.85 0 0.72 266.56 0.73 0.16
Hex 26 B 48 2F 55 0 48 10B 49 10
Octal 46 13 110 57 125 0 110 413 111 20
Binary 100110 1011 1001000 101111 1010101 0 1001000 100001011 1001001 10000

Color Harmonies of #260B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B48

Black with #260B48

Text Example


Text Example

White with #260B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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