Html Css Color HEX #260330 Blackcurrant

📋 copy color: '#260330'

red 38 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #260330

Tints of Blackcurrant #260330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 53.93%

R = 42.7%
G = 3.37%
B = 53.93%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#260330 (or 0x260330) is known color: Blackcurrant. HEX triplet: 26, 03 and 30. RGB value is (38,3,48). Sum of RGB (Red+Green+Blue) = 38+3+48=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #260330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260330 is #D9FCCF. Grayscale: #121212. Windows color (decimal): -14286032 or 3146534. OLE color: 3146534.

HSL color Cylindrical-coordinate representation of color #260330: hue angle of 286.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260330 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 3 48 -
CMYK 0.21 0.94 0 0.81
HSL 286.67º 0.88% 0.1% -
HSV(B) 286.67º 0.94% 0.19% -
XYZ 1.37 0.69 2.86 -
YUV 18.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 38 3 48 0.21 0.94 0 0.81 286.67 0.88 0.1
Hex 26 3 30 15 5E 0 51 11F 58 A
Octal 46 3 60 25 136 0 121 437 130 12
Binary 100110 11 110000 10101 1011110 0 1010001 100011111 1011000 1010

Color Harmonies of #260330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260330

Black with #260330

Text Example


Text Example

White with #260330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260330; }

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

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

background-color css

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

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

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

border-color css

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

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

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