Html Css Color HEX #260338 Blackcurrant

📋 copy color: '#260338'

red 38 ◦ green 3 ◦ blue 56

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

Shades of Blackcurrant #260338

Tints of Blackcurrant #260338

RGB

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

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

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

R = 39.18%
G = 3.09%
B = 57.73%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260338 (or 0x260338) is known color: Blackcurrant. HEX triplet: 26, 03 and 38. RGB value is (38,3,56). Sum of RGB (Red+Green+Blue) = 38+3+56=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #260338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260338 is #D9FCC7. Grayscale: #131313. Windows color (decimal): -14286024 or 3670822. OLE color: 3670822.

HSL color Cylindrical-coordinate representation of color #260338: hue angle of 279.62º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260338 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 3 56 -
CMYK 0.32 0.95 0 0.78
HSL 279.62º 0.9% 0.12% -
HSV(B) 279.62º 0.95% 0.22% -
XYZ 1.55 0.76 3.81 -
YUV 19.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 38 3 56 0.32 0.95 0 0.78 279.62 0.9 0.12
Hex 26 3 38 20 5F 0 4E 118 5A C
Octal 46 3 70 40 137 0 116 430 132 14
Binary 100110 11 111000 100000 1011111 0 1001110 100011000 1011010 1100

Color Harmonies of #260338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260338

Black with #260338

Text Example


Text Example

White with #260338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260338; }

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

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

background-color css

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

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

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

border-color css

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

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

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