Html Css Color HEX #262530 Jaguar

📋 copy color: '#262530'

red 38 ◦ green 37 ◦ blue 48

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

Shades of Jaguar #262530

Tints of Jaguar #262530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

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

R = 30.89%
G = 30.08%
B = 39.02%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#262530 (or 0x262530) is known color: Jaguar. HEX triplet: 26, 25 and 30. RGB value is (38,37,48). Sum of RGB (Red+Green+Blue) = 38+37+48=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #262530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262530 is #D9DACF. Grayscale: #262626. Windows color (decimal): -14277328 or 3155238. OLE color: 3155238.

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

Color convert

RGB 38 37 48 -
CMYK 0.21 0.23 0 0.81
HSL 245.45º 0.13% 0.17% -
HSV(B) 245.45º 0.23% 0.19% -
XYZ 1.99 1.95 3.07 -
YUV 38.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 38 37 48 0.21 0.23 0 0.81 245.45 0.13 0.17
Hex 26 25 30 15 17 0 51 F5 D 11
Octal 46 45 60 25 27 0 121 365 15 21
Binary 100110 100101 110000 10101 10111 0 1010001 11110101 1101 10001

Color Harmonies of #262530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262530

Black with #262530

Text Example


Text Example

White with #262530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262530; }

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

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

background-color css

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

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

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

border-color css

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

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

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