Html Css Color HEX #260135 Blackcurrant

📋 copy color: '#260135'

red 38 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #260135

Tints of Blackcurrant #260135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 53 (21.09% from 255) = 57.61%

R = 41.3%
G = 1.09%
B = 57.61%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#260135 (or 0x260135) is known color: Blackcurrant. HEX triplet: 26, 01 and 35. RGB value is (38,1,53). Sum of RGB (Red+Green+Blue) = 38+1+53=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #260135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260135 is #D9FECA. Grayscale: #111111. Windows color (decimal): -14286539 or 3473702. OLE color: 3473702.

HSL color Cylindrical-coordinate representation of color #260135: hue angle of 282.69º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260135 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 1 53 -
CMYK 0.28 0.98 0 0.79
HSL 282.69º 0.96% 0.11% -
HSV(B) 282.69º 0.98% 0.21% -
XYZ 1.45 0.69 3.42 -
YUV 17.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 38 1 53 0.28 0.98 0 0.79 282.69 0.96 0.11
Hex 26 1 35 1C 62 0 4F 11B 60 B
Octal 46 1 65 34 142 0 117 433 140 13
Binary 100110 1 110101 11100 1100010 0 1001111 100011011 1100000 1011

Color Harmonies of #260135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260135

Black with #260135

Text Example


Text Example

White with #260135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260135; }

 p { color: rgb(38,1,53); }

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

background-color css

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

 a { background-color: rgb(38,1,53); }

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

border-color css

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

 span { border-color: rgb(38,1,53); }

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