Html Css Color HEX #380C25 Blackberry

📋 copy color: '#380C25'

red 56 ◦ green 12 ◦ blue 37

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

Shades of Blackberry #380C25

Tints of Blackberry #380C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

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

R = 53.33%
G = 11.43%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380C25 (or 0x380C25) is known color: Blackberry. HEX triplet: 38, 0C and 25. RGB value is (56,12,37). Sum of RGB (Red+Green+Blue) = 56+12+37=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C25 is #C7F3DA. Grayscale: #1B1B1B. Windows color (decimal): -13104091 or 2427960. OLE color: 2427960.

HSL color Cylindrical-coordinate representation of color #380C25: hue angle of 325.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C25 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 37 -
CMYK 0 0.79 0.34 0.78
HSL 325.91º 0.65% 0.13% -
HSV(B) 325.91º 0.79% 0.22% -
XYZ 2.1 1.24 1.88 -
YUV 28.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 56 12 37 0 0.79 0.34 0.78 325.91 0.65 0.13
Hex 38 C 25 0 4F 22 4E 146 41 D
Octal 70 14 45 0 117 42 116 506 101 15
Binary 111000 1100 100101 0 1001111 100010 1001110 101000110 1000001 1101

Color Harmonies of #380C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C25

Black with #380C25

Text Example


Text Example

White with #380C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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