Html Css Color HEX #380624 Blackberry

📋 copy color: '#380624'

red 56 ◦ green 6 ◦ blue 36

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

Shades of Blackberry #380624

Tints of Blackberry #380624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 36.73%

R = 57.14%
G = 6.12%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#380624 (or 0x380624) is known color: Blackberry. HEX triplet: 38, 06 and 24. RGB value is (56,6,36). Sum of RGB (Red+Green+Blue) = 56+6+36=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380624 is #C7F9DB. Grayscale: #181818. Windows color (decimal): -13105628 or 2360888. OLE color: 2360888.

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

Color convert

RGB 56 6 36 -
CMYK 0 0.89 0.36 0.78
HSL 324º 0.81% 0.12% -
HSV(B) 324º 0.89% 0.22% -
XYZ 2.01 1.1 1.77 -
YUV 24.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 56 6 36 0 0.89 0.36 0.78 324 0.81 0.12
Hex 38 6 24 0 59 24 4E 144 51 C
Octal 70 6 44 0 131 44 116 504 121 14
Binary 111000 110 100100 0 1011001 100100 1001110 101000100 1010001 1100

Color Harmonies of #380624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380624

Black with #380624

Text Example


Text Example

White with #380624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380624; }

 p { color: rgb(56,6,36); }

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

background-color css

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

 a { background-color: rgb(56,6,36); }

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

border-color css

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

 span { border-color: rgb(56,6,36); }

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