Html Css Color HEX #260C48 Blackcurrant

📋 copy color: '#260C48'

red 38 ◦ green 12 ◦ blue 72

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

Shades of Blackcurrant #260C48

Tints of Blackcurrant #260C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.84%

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

R = 31.15%
G = 9.84%
B = 59.02%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#260C48 (or 0x260C48) is known color: Blackcurrant. HEX triplet: 26, 0C and 48. RGB value is (38,12,72). Sum of RGB (Red+Green+Blue) = 38+12+72=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #260C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C48 is #D9F3B7. Grayscale: #1A1A1A. Windows color (decimal): -14283704 or 4721702. OLE color: 4721702.

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

Color convert

RGB 38 12 72 -
CMYK 0.47 0.83 0 0.72
HSL 266º 0.71% 0.16% -
HSV(B) 266º 0.83% 0.28% -
XYZ 2.1 1.14 6.24 -
YUV 26.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 38 12 72 0.47 0.83 0 0.72 266 0.71 0.16
Hex 26 C 48 2F 53 0 48 10A 47 10
Octal 46 14 110 57 123 0 110 412 107 20
Binary 100110 1100 1001000 101111 1010011 0 1001000 100001010 1000111 10000

Color Harmonies of #260C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C48

Black with #260C48

Text Example


Text Example

White with #260C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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