Html Css Color HEX #380519 Blackberry

📋 copy color: '#380519'

red 56 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #380519

Tints of Blackberry #380519

RGB

 RED value IS 56 (22.27% from 255) = 65.12%

 GREEN value IS 5 (2.34% from 255) = 5.81%

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 65.12%
G = 5.81%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#380519 (or 0x380519) is known color: Blackberry. HEX triplet: 38, 05 and 19. RGB value is (56,5,25). Sum of RGB (Red+Green+Blue) = 56+5+25=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380519 is #C7FAE6. Grayscale: #161616. Windows color (decimal): -13105895 or 1639736. OLE color: 1639736.

HSL color Cylindrical-coordinate representation of color #380519: hue angle of 336.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380519 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 5 25 -
CMYK 0 0.91 0.55 0.78
HSL 336.47º 0.84% 0.12% -
HSV(B) 336.47º 0.91% 0.22% -
XYZ 1.86 1.02 1.02 -
YUV 22.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 56 5 25 0 0.91 0.55 0.78 336.47 0.84 0.12
Hex 38 5 19 0 5B 37 4E 150 54 C
Octal 70 5 31 0 133 67 116 520 124 14
Binary 111000 101 11001 0 1011011 110111 1001110 101010000 1010100 1100

Color Harmonies of #380519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380519

Black with #380519

Text Example


Text Example

White with #380519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380519; }

 p { color: rgb(56,5,25); }

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

background-color css

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

 a { background-color: rgb(56,5,25); }

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

border-color css

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

 span { border-color: rgb(56,5,25); }

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