Html Css Color HEX #260D33 Blackcurrant

📋 copy color: '#260D33'

red 38 ◦ green 13 ◦ blue 51

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

Shades of Blackcurrant #260D33

Tints of Blackcurrant #260D33

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.75%

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

R = 37.25%
G = 12.75%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#260D33 (or 0x260D33) is known color: Blackcurrant. HEX triplet: 26, 0D and 33. RGB value is (38,13,51). Sum of RGB (Red+Green+Blue) = 38+13+51=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #260D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D33 is #D9F2CC. Grayscale: #181818. Windows color (decimal): -14283469 or 3345702. OLE color: 3345702.

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

Color convert

RGB 38 13 51 -
CMYK 0.25 0.75 0 0.8
HSL 279.47º 0.59% 0.13% -
HSV(B) 279.47º 0.75% 0.2% -
XYZ 1.54 0.94 3.23 -
YUV 24.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 38 13 51 0.25 0.75 0 0.8 279.47 0.59 0.13
Hex 26 D 33 19 4B 0 50 117 3B D
Octal 46 15 63 31 113 0 120 427 73 15
Binary 100110 1101 110011 11001 1001011 0 1010000 100010111 111011 1101

Color Harmonies of #260D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D33

Black with #260D33

Text Example


Text Example

White with #260D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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