Html Css Color HEX #260730 Blackcurrant

📋 copy color: '#260730'

red 38 ◦ green 7 ◦ blue 48

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

Shades of Blackcurrant #260730

Tints of Blackcurrant #260730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

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

R = 40.86%
G = 7.53%
B = 51.61%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#260730 (or 0x260730) is known color: Blackcurrant. HEX triplet: 26, 07 and 30. RGB value is (38,7,48). Sum of RGB (Red+Green+Blue) = 38+7+48=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #260730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260730 is #D9F8CF. Grayscale: #141414. Windows color (decimal): -14285008 or 3147558. OLE color: 3147558.

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

Color convert

RGB 38 7 48 -
CMYK 0.21 0.85 0 0.81
HSL 285.37º 0.75% 0.11% -
HSV(B) 285.37º 0.85% 0.19% -
XYZ 1.41 0.78 2.87 -
YUV 20.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 38 7 48 0.21 0.85 0 0.81 285.37 0.75 0.11
Hex 26 7 30 15 55 0 51 11D 4B B
Octal 46 7 60 25 125 0 121 435 113 13
Binary 100110 111 110000 10101 1010101 0 1010001 100011101 1001011 1011

Color Harmonies of #260730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260730

Black with #260730

Text Example


Text Example

White with #260730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260730; }

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

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

background-color css

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

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

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

border-color css

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

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

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