Html Css Color HEX #261530 Blackcurrant

📋 copy color: '#261530'

red 38 ◦ green 21 ◦ blue 48

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

Shades of Blackcurrant #261530

Tints of Blackcurrant #261530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

 BLUE value IS 48 (19.14% from 255) = 44.86%

R = 35.51%
G = 19.63%
B = 44.86%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#261530 (or 0x261530) is known color: Blackcurrant. HEX triplet: 26, 15 and 30. RGB value is (38,21,48). Sum of RGB (Red+Green+Blue) = 38+21+48=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #261530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261530 is #D9EACF. Grayscale: #1D1D1D. Windows color (decimal): -14281424 or 3151142. OLE color: 3151142.

HSL color Cylindrical-coordinate representation of color #261530: hue angle of 277.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #261530 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 21 48 -
CMYK 0.21 0.56 0 0.81
HSL 277.78º 0.39% 0.14% -
HSV(B) 277.78º 0.56% 0.19% -
XYZ 1.6 1.16 2.94 -
YUV 29.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 38 21 48 0.21 0.56 0 0.81 277.78 0.39 0.14
Hex 26 15 30 15 38 0 51 116 27 E
Octal 46 25 60 25 70 0 121 426 47 16
Binary 100110 10101 110000 10101 111000 0 1010001 100010110 100111 1110

Color Harmonies of #261530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261530

Black with #261530

Text Example


Text Example

White with #261530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261530; }

 p { color: rgb(38,21,48); }

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

background-color css

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

 a { background-color: rgb(38,21,48); }

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

border-color css

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

 span { border-color: rgb(38,21,48); }

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