Html Css Color HEX #260F37 Blackcurrant

📋 copy color: '#260F37'

red 38 ◦ green 15 ◦ blue 55

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

Shades of Blackcurrant #260F37

Tints of Blackcurrant #260F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 35.19%
G = 13.89%
B = 50.93%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260F37 (or 0x260F37) is known color: Blackcurrant. HEX triplet: 26, 0F and 37. RGB value is (38,15,55). Sum of RGB (Red+Green+Blue) = 38+15+55=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #260F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F37 is #D9F0C8. Grayscale: #1A1A1A. Windows color (decimal): -14282953 or 3608358. OLE color: 3608358.

HSL color Cylindrical-coordinate representation of color #260F37: hue angle of 274.5º degrees, saturation: 0.57, 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 #260F37 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 15 55 -
CMYK 0.31 0.73 0 0.78
HSL 274.5º 0.57% 0.14% -
HSV(B) 274.5º 0.73% 0.22% -
XYZ 1.66 1.03 3.73 -
YUV 26.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 38 15 55 0.31 0.73 0 0.78 274.5 0.57 0.14
Hex 26 F 37 1F 49 0 4E 112 39 E
Octal 46 17 67 37 111 0 116 422 71 16
Binary 100110 1111 110111 11111 1001001 0 1001110 100010010 111001 1110

Color Harmonies of #260F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F37

Black with #260F37

Text Example


Text Example

White with #260F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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