Html Css Color HEX #260B34 Blackcurrant

📋 copy color: '#260B34'

red 38 ◦ green 11 ◦ blue 52

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

Shades of Blackcurrant #260B34

Tints of Blackcurrant #260B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 51.49%

R = 37.62%
G = 10.89%
B = 51.49%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#260B34 (or 0x260B34) is known color: Blackcurrant. HEX triplet: 26, 0B and 34. RGB value is (38,11,52). Sum of RGB (Red+Green+Blue) = 38+11+52=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #260B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B34 is #D9F4CB. Grayscale: #171717. Windows color (decimal): -14283980 or 3410726. OLE color: 3410726.

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

Color convert

RGB 38 11 52 -
CMYK 0.27 0.79 0 0.80
HSL 279.51º 0.65% 0.12% -
HSV(B) 279.51º 0.79% 0.2% -
XYZ 1.54 0.9 3.34 -
YUV 23.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 38 11 52 0.27 0.79 0 0.80 279.51 0.65 0.12
Hex 26 B 34 1B 4F 0 50 118 41 C
Octal 46 13 64 33 117 0 120 430 101 14
Binary 100110 1011 110100 11011 1001111 0 1010000 100011000 1000001 1100

Color Harmonies of #260B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B34

Black with #260B34

Text Example


Text Example

White with #260B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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