Html Css Color HEX #260B33 Blackcurrant

📋 copy color: '#260B33'

red 38 ◦ green 11 ◦ blue 51

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

Shades of Blackcurrant #260B33

Tints of Blackcurrant #260B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11%

 BLUE value IS 51 (20.31% from 255) = 51%

R = 38%
G = 11%
B = 51%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#260B33 (or 0x260B33) is known color: Blackcurrant. HEX triplet: 26, 0B and 33. RGB value is (38,11,51). Sum of RGB (Red+Green+Blue) = 38+11+51=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #260B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B33 is #D9F4CC. Grayscale: #171717. Windows color (decimal): -14283981 or 3345190. OLE color: 3345190.

HSL color Cylindrical-coordinate representation of color #260B33: hue angle of 280.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260B33 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 11 51 -
CMYK 0.25 0.78 0 0.8
HSL 280.5º 0.65% 0.12% -
HSV(B) 280.5º 0.78% 0.2% -
XYZ 1.52 0.89 3.22 -
YUV 23.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 38 11 51 0.25 0.78 0 0.8 280.5 0.65 0.12
Hex 26 B 33 19 4E 0 50 118 41 C
Octal 46 13 63 31 116 0 120 430 101 14
Binary 100110 1011 110011 11001 1001110 0 1010000 100011000 1000001 1100

Color Harmonies of #260B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B33

Black with #260B33

Text Example


Text Example

White with #260B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,11,51); }

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

background-color css

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

 a { background-color: rgb(38,11,51); }

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

border-color css

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

 span { border-color: rgb(38,11,51); }

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