Html Css Color HEX #261237 Blackcurrant

📋 copy color: '#261237'

red 38 ◦ green 18 ◦ blue 55

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

Shades of Blackcurrant #261237

Tints of Blackcurrant #261237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 34.23%
G = 16.22%
B = 49.55%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#261237 (or 0x261237) is known color: Blackcurrant. HEX triplet: 26, 12 and 37. RGB value is (38,18,55). Sum of RGB (Red+Green+Blue) = 38+18+55=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #261237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261237 is #D9EDC8. Grayscale: #1C1C1C. Windows color (decimal): -14282185 or 3609126. OLE color: 3609126.

HSL color Cylindrical-coordinate representation of color #261237: hue angle of 272.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261237 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 18 55 -
CMYK 0.31 0.67 0 0.78
HSL 272.43º 0.51% 0.14% -
HSV(B) 272.43º 0.67% 0.22% -
XYZ 1.71 1.12 3.74 -
YUV 28.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 38 18 55 0.31 0.67 0 0.78 272.43 0.51 0.14
Hex 26 12 37 1F 43 0 4E 110 33 E
Octal 46 22 67 37 103 0 116 420 63 16
Binary 100110 10010 110111 11111 1000011 0 1001110 100010000 110011 1110

Color Harmonies of #261237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261237

Black with #261237

Text Example


Text Example

White with #261237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261237; }

 p { color: rgb(38,18,55); }

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

background-color css

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

 a { background-color: rgb(38,18,55); }

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

border-color css

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

 span { border-color: rgb(38,18,55); }

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