Html Css Color HEX #0D0625 Jaguar

📋 copy color: '#0D0625'

red 13 ◦ green 6 ◦ blue 37

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

Shades of Jaguar #0D0625

Tints of Jaguar #0D0625

RGB

 RED value IS 13 (5.47% from 255) = 23.21%

 GREEN value IS 6 (2.73% from 255) = 10.71%

 BLUE value IS 37 (14.84% from 255) = 66.07%

R = 23.21%
G = 10.71%
B = 66.07%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0D0625 (or 0x0D0625) is known color: Jaguar. HEX triplet: 0D, 06 and 25. RGB value is (13,6,37). Sum of RGB (Red+Green+Blue) = 13+6+37=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0625 is #F2F9DA. Grayscale: #0B0B0B. Windows color (decimal): -15923675 or 2426381. OLE color: 2426381.

HSL color Cylindrical-coordinate representation of color #0D0625: hue angle of 253.55º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D0625 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 6 37 -
CMYK 0.65 0.84 0 0.85
HSL 253.55º 0.72% 0.08% -
HSV(B) 253.55º 0.84% 0.15% -
XYZ 0.57 0.35 1.79 -
YUV 11.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 13 6 37 0.65 0.84 0 0.85 253.55 0.72 0.08
Hex D 6 25 41 54 0 55 FE 48 8
Octal 15 6 45 101 124 0 125 376 110 10
Binary 1101 110 100101 1000001 1010100 0 1010101 11111110 1001000 1000

Color Harmonies of #0D0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0625

Black with #0D0625

Text Example


Text Example

White with #0D0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0625; }

 p { color: rgb(13,6,37); }

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

background-color css

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

 a { background-color: rgb(13,6,37); }

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

border-color css

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

 span { border-color: rgb(13,6,37); }

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