Html Css Color HEX #260348 Blackcurrant

📋 copy color: '#260348'

red 38 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #260348

Tints of Blackcurrant #260348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

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

R = 33.63%
G = 2.65%
B = 63.72%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#260348 (or 0x260348) is known color: Blackcurrant. HEX triplet: 26, 03 and 48. RGB value is (38,3,72). Sum of RGB (Red+Green+Blue) = 38+3+72=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #260348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260348 is #D9FCB7. Grayscale: #151515. Windows color (decimal): -14286008 or 4719398. OLE color: 4719398.

HSL color Cylindrical-coordinate representation of color #260348: hue angle of 270.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260348 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 3 72 -
CMYK 0.47 0.96 0 0.72
HSL 270.43º 0.92% 0.15% -
HSV(B) 270.43º 0.96% 0.28% -
XYZ 2 0.95 6.21 -
YUV 21.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 38 3 72 0.47 0.96 0 0.72 270.43 0.92 0.15
Hex 26 3 48 2F 60 0 48 10E 5C F
Octal 46 3 110 57 140 0 110 416 134 17
Binary 100110 11 1001000 101111 1100000 0 1001000 100001110 1011100 1111

Color Harmonies of #260348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260348

Black with #260348

Text Example


Text Example

White with #260348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260348; }

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

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

background-color css

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

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

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

border-color css

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

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

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