Html Css Color HEX #380625 Blackberry

📋 copy color: '#380625'

red 56 ◦ green 6 ◦ blue 37

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

Shades of Blackberry #380625

Tints of Blackberry #380625

RGB

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

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

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

R = 56.57%
G = 6.06%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380625 (or 0x380625) is known color: Blackberry. HEX triplet: 38, 06 and 25. RGB value is (56,6,37). Sum of RGB (Red+Green+Blue) = 56+6+37=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380625 is #C7F9DA. Grayscale: #181818. Windows color (decimal): -13105627 or 2426424. OLE color: 2426424.

HSL color Cylindrical-coordinate representation of color #380625: hue angle of 322.8º 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 #380625 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 37 -
CMYK 0 0.89 0.34 0.78
HSL 322.8º 0.81% 0.12% -
HSV(B) 322.8º 0.89% 0.22% -
XYZ 2.03 1.1 1.86 -
YUV 24.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 56 6 37 0 0.89 0.34 0.78 322.8 0.81 0.12
Hex 38 6 25 0 59 22 4E 143 51 C
Octal 70 6 45 0 131 42 116 503 121 14
Binary 111000 110 100101 0 1011001 100010 1001110 101000011 1010001 1100

Color Harmonies of #380625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380625

Black with #380625

Text Example


Text Example

White with #380625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380625; }

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

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

background-color css

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

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

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

border-color css

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

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

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