Html Css Color HEX #260F38 Blackcurrant

📋 copy color: '#260F38'

red 38 ◦ green 15 ◦ blue 56

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

Shades of Blackcurrant #260F38

Tints of Blackcurrant #260F38

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.76%

 BLUE value IS 56 (22.27% from 255) = 51.38%

R = 34.86%
G = 13.76%
B = 51.38%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260F38 (or 0x260F38) is known color: Blackcurrant. HEX triplet: 26, 0F and 38. RGB value is (38,15,56). Sum of RGB (Red+Green+Blue) = 38+15+56=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #260F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F38 is #D9F0C7. Grayscale: #1A1A1A. Windows color (decimal): -14282952 or 3673894. OLE color: 3673894.

HSL color Cylindrical-coordinate representation of color #260F38: hue angle of 273.66º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #260F38 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 15 56 -
CMYK 0.32 0.73 0 0.78
HSL 273.66º 0.58% 0.14% -
HSV(B) 273.66º 0.73% 0.22% -
XYZ 1.68 1.04 3.85 -
YUV 26.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 38 15 56 0.32 0.73 0 0.78 273.66 0.58 0.14
Hex 26 F 38 20 49 0 4E 112 3A E
Octal 46 17 70 40 111 0 116 422 72 16
Binary 100110 1111 111000 100000 1001001 0 1001110 100010010 111010 1110

Color Harmonies of #260F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F38

Black with #260F38

Text Example


Text Example

White with #260F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,15,56); }

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

background-color css

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

 a { background-color: rgb(38,15,56); }

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

border-color css

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

 span { border-color: rgb(38,15,56); }

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